1 |
Which is the correct sequence of steps for creating and executing C program? |
Editing<span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ saving</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ compiling</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ linking</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ Executing</span>
<span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">Compiling</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→</span>Editing<span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);"></span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ saving</span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ Executing</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ linking</span>
Editing<span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ Executing</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ Compiling</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: small;">→ Linking</span>
<span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">Linking</span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→</span>Executing<span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ saving</span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ Editing</span><span style="font-family: arial, sans-serif; font-size: small; color: rgb(34, 34, 34);">→ compiling</span>
|
2 |
The programmer usually enters source code into a computer using: |
Compiler
Text editor
Debugger
Linker
|
3 |
An IDE stands for: |
Input data error
Input Desktop environment
Integrated Development Environment
Internal Disk error
|
4 |
A IDE typically consists of: |
Text editor
Compiler
Debugger
All
|
5 |
Turbo C++ can compile: |
C programs only
C and C++ programs
Turbo C Programs only
Turbo C++ programs only
|
6 |
Which of the following language provided the basis for the development of c: |
C++
B
JAVA
Pascal
|
7 |
C is a: |
High Level language
Low-level language
Assembly language
Machine language
|
8 |
C was designed to write program for: |
Windows operating system
Solaris Operating system
Unix Operating system
OS/2 Operating system
|
9 |
Who developed C? |
Von-Meumann
Al-Khuwarizmi
Charles Babbage
Dennis Ritchie
|
10 |
B was developed in the year: |
1969-70
1965-1975
1972-1988
1992-1996
|
11 |
C was developed in the year: |
1970
1972
1976
1995
|
12 |
Computer program are also known as: |
Hardware
Software
Firmware
None
|
13 |
A well-organized set of instructions given to the computer is called: |
Hardware
Software
Bug
None
|
14 |
Which of the following is used to display yes/no values? |
Checkbox
Option button
Both a and b
None of these
|
15 |
Which of the following is used to display a list of items in forms? |
List box
Combo box
Both a and b
None of these
|
16 |
Which of the following options is used fro editing forms in MS Access? |
Grid lines
Snap to grid
Resizing objects
All
|
17 |
Which type of report lists every field for every record in a single column? |
Tabular report
Summary report
Columnar reports
All of these
|