INTEG

A set of instructions following he rules of the chosen language.
Set of grammatical rules(syntax) for instructing a computer to perform specific tasks
Transform a program written in a high-level programming language form source code in to object code.
A ____ reads the whole source code and translates it into a complete machine code program to perform the required tasks which is output as a new file.
PRogram that executes instructions written in a high level language.
An ________ reads the source code one instruction or line at a time, converts this line into machine code and executes it.
Process of writing,testing debugging/troubleshooting, and maintaning the source code of the computer programs.
A _______ is someone who writes computer program.
The one who write, test and maintain programs or software that tell the computer what to do.
Writing computer programs for various purposes
Communicating effectively with others in writing as indicated by the needs of the audience.
Understanding written sentences and paragraphs in work-related documents.
Using logic and analysis to identify the strengths and weaknesses of different approaches
Knowledge of electric circuit boards, processors, chips, and computer hardware and software, including applications and programming.
Knowledge of numbers, their operations, and interrelationships including arithmetic, algebra, geometry, calculus, statistics, and their applications.
The ability to communicate information and ideas in speaking so others will understand.
The ability to listen to and understand information and ideas presented through spoken words and sentences
The ability to communicate information and ideas in writing so others will understand.
The ability to read and understand information and ideas presented in writing.
The ability to apply general rules to specific problems to come up with logical answers. It involves deciding if an answer makes sense.
Finding ways to structure or classify multiple pieces of information.
The _____ are low-level languages that are machine language.
The _______ are also low-level languages that generally consist of assembly languages.
The ________ are high level languages such as C.
The ________ are languages that consists of statements similar to statements in a human language. It is also commonly used in database programming and scripts.
The ______ are programming languages that contain visual tools to help develop a program. A good example is Visual Basic.
Based on C and C++ programming languages.
Is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft within its .NET initiative led by Anders Hejlsberg.
Who developed the C#
Designed for Common Language Infrastructure (CLI)
The _______ applications are multi-platform applications.
The _____ consists of an enormous library of codes used by the client languages like C#.
The ______ directly contain data.
To get the exact size of a type or a variable on a particular platform, you can use the_____ method.
The _______do not contain the actual data stored in a variable
The ultimate base class for all data types in C# Common Type System (CTS).
When a value type is converted to object type
When an object type is converted to a value type
You can store any type of value
Allows you to assign any string values to a variable.
Variables store the memory address of another type.
These conversions are performed by C# in a type-safe manner.
These conversions are done explicitly by users using the pre-defined functions.
A ______statement in C# repeatedly executes a target statement as long as a given condition is true.
A _____is a repetition control structure that allows you to efficiently write a loop that needs to execute a specific number of times.
Similar to a while loop, except that it is guaranteed to execute at least one time.
C# allows to use one loop inside another loop.
{"name":"INTEG", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"a set of instructions following he rules of the chosen language., set of grammatical rules(syntax) for instructing a computer to perform specific tasks, transform a program written in a high-level programming language form source code in to object code.","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Make your own Survey
- it's free to start.