Jan 2004 - iceskochi.org

advertisement
Indian Computer Education Society
Model Examination December 2004
Computer Teachers Training
Module 1 (Computer Applications & Operating Systems)
Time : 2 Hours
Max Marks : 100
I Fill in the Blanks
15 X 2 = 30
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
__________ Internal command is used to create a text file in MS DOS.
The bar at the bottom with a start button in Windows is known as _____
_________ Command is used to quit from MS -Dos prompt and return to
Windows
In Windows 98, a filename can have maximum ________ no. of
characters
GUI stands for __________
MICR stands for ________________
_____ command is used to partition a Hard Disk Drive
____ command will copy the system files to boot sector of the target
drive
In Open Office, the Spread sheet program is named _________
MS Excel Files has the extension _________
IF Cell A1 contains data 32, A2 contains 50, A3 contains 54, A4 contains
90, The Formula = SUMIF(A1:A4,">50") will return answer ________
MS Word Document Templates has the extension ______
The Keyboard Shortcut to creat e New Autotext entry is _________
The Text data type field can contain maximum ____ no. of characters
_____ query is used to change the existing data in a table with new
value.
II Choose the Right Answer from Brackets
1.
2.
3.
4.
5.
6.
7.
8.
15 X 2 = 30
DDE stands for ___________
[ a. Dynamic Data Exchange
b. Double Data Exchange
c. Double Data Entry ]
The Second generation computers used _____ as their processing device
[ a. Vacuum Tubes
b. Integrated Circuit c. Transistors ]
Which of the following command is used to Create a sub directory in MS
DOS?
[ a. CD
b. MD
c. RD]
Which of the Following is an example for Input device?
[ a. Floppy Disk
b. Scanner
c. Printer ]
______ icon on the windows desktop is used to browse through other
computers on the network.
[ a. Network Neighbourhood b. Network Browser c. Internet Explorer ]
_________ are used to convert source program to object program
[ a. Compilers
b. Operating System
c. Converters ]
The no. of Cells in an Excel Worksheet is _______ _
[ a. 16777216
b. 65536
c. 256 ]
____ command is used to restrict the data entry to selected cells by
specifying the range of values
[ a. Data – Filter
b. Data – Validation
c. Tools-AutoCorrect ]
PTO
9.
________ command is used to get the summary such as No. Of Words,
Pargraphs, Lines, Characters etc. in a Word document.
[ a. Properties
b. Wordcount
c. Drop Cap ]
The background feature is only displayed in ____ view of MS Word
[a. Web Layout / Online Layout
b. Print Preview
c. Print Layout ]
___ clause is used to sort the result of a select query in ascending order on
a specified field
[ a. Order By
b. Sort By
c. Group By ]
MS Access Database files has the extension _____
[ a. ACC
b. MDB
c. ADB ]
Self Testing Process of a Comput er System, when you switch on a computer
is known as
[ a. POST
b. TEST
c. BOOTING]
FAT stands for __________
[ a. File Allocation Table
b. Fixed Allocation Table
c. Fixed Allocation Text ]
In Open Office Writer Document, To Insert Page number ___ command is
used
[ a. Insert – Field
b. Insert- Pageno
c. View – Pageno]
10.
11.
12.
13.
14.
15.
III Match the Following
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
Secondary Storage Device
Pentium 4
Impress
Arial
BSNL
Hyperlink
Zoom
F1
Action
R1C1
10 X 1 = 10
-
Macros
Cell Reference
Help
Ctrl + K
Magnify
Hard Disk Drive
Open Office
ISP
Font
Intel
IV Answer any Three of the Following
1.
2.
3.
4.
3 X 5 =15
Write notes on
a) Software
b) Booting
Explain Table menu in MS Word
Explain Different type of Networks
Write Notes on a) Tools – Autocorrect
b) Format - Cells
V Answer any One of the Following
1 X 15 = 15
1. Explain the Different types of Computers and Different Characteristics of
Computers
2. Explain Mail merging with Example
Indian Computer Education Society
Model Examination December 2004
Computer Teachers Training
Module 2 ( C++ & HTML)
Time : 2 Hours
I Fill in the Blanks
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
2.
3.
4.
5.
6
7.
8.
9.
15 X 2 = 30
_____________ is used to add records at the current record location.
The headerfile ____________ provides a set of functions called manipulators which can
to manipulate output formats.
__________ stores the address of the variable.
Main() returns an __________ type value to the Operating System.
The scope resolution operator is _____________.
The operator _____________ is used to send output data to the screen
be used
C++ files are saved with an extension __________
The newline operator in C++ is _____________
The Header file _________ should be included at the beginning of all
programs that use input / output statements.
HTTP stands for …………..
FTP stands for…………….
The process of modulation & demodulation is carried out by……….
Comments in HTML begin with ………. and end wth …….
The ______ tag inserts a line break.
HTML supports ____ no. of different levels of headings.
II Choose Right Answer From Bracket
1.
Max Marks : 100
15 X 2 = 30
The break statement causes an exit from
[a. loop, b. switch , c. a&b, d. none of this ]
Multi way branching statement
[a. IF, b. switch, c. a&b, d. none of this]
Destructors have
[a. No return value, b. Return value, c. int , d. None of this ]
The goto statement causes control to goto
[a. An operator, b. a label, c. a variable, d. A function]
Class variables known as
[a. Objects, b. instance , c. a&b , d. none of this ]
A class can derived from more than one base class
[a. Multiple Inhertance , b. Inhertance c. single Inhertance, none of this]
A destructor is a……. by a tilde
[ a. proceeded, b. followed , c. nonee of this, d. a &b]
Dynamic memory allocation
[ a. new, b. delete , c. none of this, d. a &b]
The --------loop is vary compact loop that combines all the three aspects of a
control structure in single statement.
[a. while , b. do while , c. for, d. loop ]
PTO
10.
11.
12.
13.
14.
15.
______ Layer sends data frames from the network layer to the physical layer.
[ a. Physical
b. Data Link
c. Network
d. None of these ]
_________ view in Front page shows how the content of the web is organized
[ a. Report View b. Folder View c. Navigation d. Page View ]
To insert an ampersand (&) mark in your Html use ________
[ a. &ampersand
b. &amp
c. && d. &And ]
_____ element is used to insert movies, and multimedia in Html page
[ a. <multimedia>
b.<object>
c. <movie>
d. none of these]
Expansion of GIF is
[ a. Graphical Interchange Format
b. Graphics in Final
c. Graphics in Frame
d. None of these]
___ allow multiple HTML documents to be presented as independent window within one
main browser window.
[ a. Frames
b. Group
c. Web Page d. None of these ]
III Attempt Any Three Of the Following
1.
2.
3.
4.
3 X 8 = 24
Write notes on
a) Polymorphism
Difference between Structure and Class
Explain
a) Frames in HTML
b) Style Sheets
To install and use Internet, What are the components are needed ?
IV Attempt Any One of the Following
1.
b) Virtual function
1 X 16 = 16
Write a Program for the following
Use a file called “Report.data” and perform the following operations in the file.
1.
2.
2.
Add new records
Display the contents of the report.dat
Write down the HTML code to create a Table as displayed
INDIAN COMPUTER EDUCATION SOCIETY
PGDCA
One & Half Year
PDCA
One & Half Year
HDIT
12 Months
DCA
12 Months
Surfing on Excellence
Download