By: Prof. Dr. Fazal Rehman | Last updated: September 23, 2024
Databasic mcq’s books from latest edition
1. Which one is a low- level language?a) Machineb) Sqlc) C++d) C#e) Java
Answer - Click Here:
A
2. Errors of program are …a) Syntaxb) Mistakesc) Bugsd) Debugginge) None of these
Answer - Click Here:
C
3. C language was developed by …a) John Bachusb) Charles Babbagec) Von neumannd) Dennis Ritchiee) None
Answer - Click Here:
D
4. How many bytes are occupied by ‘ void ‘?a) 2b) 4c) 3d) 5e) 0
Answer - Click Here:
E
5. The .exe file is created by whom?a) Interpreterb) Complierc) Programmard) Linkere) Loader
Answer - Click Here:
D
6. We can write header files betweena) ( )b) < >c) [ ]d) { }e) None of these
Answer - Click Here:
B
7. Which on is correct ?a) #incliude{stdio.h}b) #include<stdio.h>c) #include[stdio.h]d) #include(stdio.h)e) None of these
Answer - Click Here:
B
8. Statement terminator in C is …a) ,(comma)b) .(dot)c) : (colon)d) ; (semicolon)e) #
Answer - Click Here:
D
9. C language was designed for …a) OS/2 operating systemb) Solaris operating systemc) Unix operating systemd) Windows operating systeme) Linux operating system
Answer - Click Here:
C
10. Which of the following symbol represents the begining of the program?a) #includeb) main functionc) preprocessord) header filese) None
Answer - Click Here:
B
11. Programs that runs directly on computer are written in ….a) FORTRANb) Cc) C#d) Assembly languagee) Machine language
Answer - Click Here:
E
12. Which one is different for different computers?a) Assembly languageb) Cc) Javad) BASICe) PHP