1.C++ fully supports ( ) programming. |
|
|
2.“Class” is the central concept in ( ) and can directly be got from application concepts. |
|
|
3.An ( ) statement can perform a calculation and store the result in a variable so that it can be used later. |
|
|
4.( ) do not belong to the system's software. |
|
|
5.Most tags come in matched ( ) pairs, but this is not an absolute rule. |
|
|
6.( ):A collection of related information,organized for easy retrieval. |
|
|
7.In C language,functions are important because they provide a way to ( ) code so that a large complex program can be written by combining many smaller parts. |
|
|
8.C might best be ( ) as a 'medium-level language'. |
|
|
9.( ) are designed to manage large bodies of information. |
|
|
10.Designed to fit comfortable under palm of your hand, a(an) ( ) is an input device that is used to control the movement of the pointer on the screen. |
|
|
11.A data base is ( ). |
|
|
12.In C language, a ( ) is a series of characters enclosed in double quotes. |
|
|
13.( ):The minimal unit of information, it can have the value 1 or 0. |
|
|
14.In C launguage, when an array name is passed to a function, what is passed is the ( ) of the beginning of the array. |
|
|
15.If you want to retrieve a record in a physical location. First of all, you are necessary to know where its ( ) location. |
|
|
16.The standard ( ) in C language contain many useful functions for input and output , string handing,mathematical computations,and system programming tasks. |
|
|
17.A C program consists of separate ( ). |
|
|
18.In C language, the result of the logical ( ) operator is 1 if the value of its operand is 0, 0 if the value of its operand is non-zero. |
|
|
19.Which one is not a computer languages? ( ) |
|
|
20.In C language, ( ) are used to create variables and are grouped at the top of a program block. |
|