2003 BCA objective questions of paper II with answer. BRAB university
1. A. Fill
in the blanks with appropriate answer:-
- The processor of a computer can understand only machine language instructions.
- High Level Language can be translated into machine code by compiler.
- COBOL is the business oriented language.
- We use braces ({,}) symbol at the beginning and end of a C program.
- Two section of a program are connected by connector.
- O-> is the symbol to connect two program segment.
- (16.25)10 = (10000.01)2
- C language came into existence in 1972.
- The maximum width of a C Variable can be 32 characters.
- A C variable can’t start with a special character and digit.
B. Match the
following:
- Each case statement in switch () is separated by break.
- Recursion is a process in which a function calls itself.
- An array is a collection of similar data type.
- The C language has been developed at bell telephone laboratories.
- The structure combines variables of different data types.
0 Comments