Sie sind auf Seite 1von 2

1.

2.
3.
4.
5.
6.
7.

_________ is a tool for solving problems through programs.


a. Computer
b.
Processor
c.
Programming language
d.
Compiler
_____ is a collection of instructions aimed at accomplishing a particular task with the help of
computers.
a. Algorithm
b.
Program
c.
Assembler
d.
Compiler
What are the two methods of planning the solution for a problem through programs?
The pictorial representation of a solution is known as _________
a. Algorithm
b.
Chart
c.
Map d.
Flowchart
Identify the symbol for input/output
a. a
b.
b.
c.
d.

Name the three phases of debugging a program.


Which one of the languages below is the native language of a computer and it made of binary
digits?
a. Machine
b.
Assembly
c.
High level
d.
Very high level
8.
Name the two translators that typically convert a high level language program into machine
level.
9.
The quality of a program written in a language to be able to run on any machine is called as____
10.
What it the first stage in the project development process?
11.
What are the methods of gathering the requirements of the proposed project?
12.
In which phase of project development, a CVS (Concurrent Version System) is introduced.
13.
A ______ is a basic test to quickly evaluate whether a claim or the result of a calculation can
possibly be true
14.
Testing the smallest testable component of a software before testing them as a whole is
called____
15.
Which test if capable of discovering errors like memory leakage?
a. Unit b.
Integration
c.
Regression
d.
Sanity
16 The objective of which test is to uncover new software bugs, in existing functional and nonfunctional areas of a system after changes such as enhancements, patches or configuration
changes, have been made to them
a. Unit
b.
Integration
c.
Regression
d.
Sanity
17 A new version of a software is released, the ______ document specifies the new features added into
the new version in comparison to the previous version
18 Identify the two problem solving approaches.
19 Which of the two problem solving approaches encourages out of the box thinking in problem
solving?
20 A _______represents the type of data, memory storage and the operations that can perform using the
data.
a. Variable b.
Pointer
c.
Data type
d.
Declaration
21 What are the two possible values for a Boolean data type?
22 _______ is a memory location in which values can be stored once but cant be altered latter.
23 Which one of the following involves initializing variables?
a. int a=5; b.
int a; a=5;
c.
Both
24 What will be the values of a and b after the statements execution? int a=1, b; b=a++;
a. 1,1
b.
2,2
c,
1,2
d,
2,1
25 What is the value of false in C/C++?
a. 0
b.
-1
c.
1
d.
False

26 Name the three types of control statements found in programming languages.


27 How a selection statement is implemented in a program?
a. Using if b.
Using go to c.
Using for / while
d.
Using switch
28 Which one the following is a exit controlled loop such that the condition is verified only after the
first iteration and the execution of loop body is executed at least once?
a. For
b.
While
c.
If
d.
do..while
29 ______is a collection of similar values of same data types identified by the same name.
a. Structure b.
Linked list
c.
Array d.
All three
30 Which one of the following is the correct syntax for initializing an array?
a. datatype array_name[ ] = {value1 , value 2 , value3};
b. datatype array_name[ ] = value1 , value 2 , value3;
c. datatype array_name = {value1 , value 2 , value3};
d. datatype array_name[ ] = [value1 , value 2 , value3];
31 An array elements are always allocated consecutive memory locations
a. False
b.
Not always c.
True d.
Subject to availability
32 int fun(float) what does the int before function name imply?
a. Parameter type b.
Function type c.
Argument type
d.
Return
type
33 A structure is an example of a _____ data type.
34 The user interface based on images and icons is called as______
a. Command line
b.
Gui c.
Web interface
d.
Touch
35 Identify the type of interfaces that is good for the given criteria
a. Consumes lesser power b.
User friendly c.
Portable
d.
Light
weight
36 What is a hyper text?
37 Tags starts and ends with______, and the "closing" tag (the one that indicates the end of the content) is
prefixed by a forward slash.
38 DOM- Expand
39 In the following HTML tag, identify the attribute. <img src=image.jpeg>
a. Img
b.
src
c.
image.jpef
d.
None
40 How could you show the > symbol in a Html document without confusing the browser that it is not
part of a tag. For example a>b have to be printed.
41 Which tags are used to write comments in html
a. No comments exist
b.
<--->
c.
<--! -->
d.
<!-- -->
42 CSS stands for _____
43 Name the three types of CSS.
44 If a web site to be designed comprising a several html documents and all of them are expected to
have a consistent look and style, which type css would you suggest.
45 What type of CSS is the following ? <p style=color: #ff0000;>
46 Which html tag is used to specify hypertext?

Das könnte Ihnen auch gefallen