UndilutedNG.com

CSC 102

0 votes, 0 avg
28
Created by Oladeji Timilehin Daramola

exam - CSC 102

NOTE: The quiz is meant for revision purpose only!

Join the 100 level group to access other quiz CLICK TO JOIN

CLICK

Which keyword is used in Visual Basic for variable declaration?

UNIVAC is

Instructions and memory address are represented by

In most IBM PCs, the CPU, the device drives, memory expansion slots and active components are mounted on a single board. What is the name of this board?

Transistor was invented in

Which of the following professions has not been affected by personal computers?

The output quality of a printer is measured by

ASCII is an

Name given by a programmer to some data is classified as

ASCII and EBCDIC are the popular character coding systems.What does EBCDIC stand for?

In statement 110 IF Num = INT(Num) THEN PRINT "Whole number' "of BASIC language, built-in function is

In line "100 INPUT NUM" of a BASIC program, NUM is if chosen by programmer is classified as

In line "100 INPUT NUM" of a BASIC program, 'INPUT NUM' is

A ________ of data can be conceptually represented as eight consecutive 1s or 0s..

Compute 75268 - 31428

Which statement is NOT a "special care" to ensure that data saved on your CD/DVD is preserved?

Which of the following was a special purpose computer?

A group of 8 bits is called?

Private Sub CommandButton1_Click()

Dim i As Integer

For i = 1 To 15 Step 2

Cells(i, 1).Value = i

Next

End Sub

In VBA, the above is an example of using the:

Addition of 19516 and 31916 is ____________

Consider this do statement:

Given the below program segment:

Private Sub displayAdd (x As Integer, y As Integer)

MsgBox (x+y) * (x-y)

X=3

Y=10

End Sub

Private Sub UserForm_Initialize()

Dim a As Integer

Dim b As Integer

a=5

b=2

displayAdd (a,b)

End Sub

What will be the output of the main module that calls display Add(a,b).

Which type of computers uses the 8-bit code called EBCDIC?

Representation of 8620 in binary is

11111011 can be represented as _______ and ________ in decimal and hexadecimal respectively.

A dumb terminal has

The use of program stored in memory to control the order of arithmetic operations, makes ______ to run order of magnitude faster than  _______

Given the below for – loop:

Dim I as Integer

For I=20 to 0 step – 2

Range (“C2”). Offset (I,O)=I,

Nest I

How many number of iteration will the execution of the statement within the loop be?

Sequence of instructions that are carried out for a particular task is classified as

The two kinds of main memory are:

The main electronic component used in first generation computers was

Your score is

UndilutedNG.com

To Top
%d