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

When divisions of decimals are involved in program, these numbers are stored in

Name given by a programmer to some data is classified as

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

What are the stages in the compilation process?

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

Transistor was invented in

Which of the following IC was used in third generation of computers?

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

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?

The two kinds of main memory are:

The ALU of a computer responds to the commands coming from

Storage capacity of magnetic disk depends on

Private Sub CommandButton1_Click()

Dim score1 As Integer, score2 As Integer, result As String

score1 = Range("A1").Value

score2 = Range("B1").Value

If score1 >= 60 And score2 > 1 Then

   ​​result = "pass"

Else

   ​​result = "fail"

End If

Range("C1").Value = result

End Sub

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

If in a computer, 16 bits are used to specify address in a RAM, the number of addresses will be

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:

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

Collection of useful working routines and programs and is only available to users with authorization is classified as

A group of 8 bits is called?

Which keyword is used in Visual Basic for variable declaration?

A dumb terminal has

WAN which is an abbreviation in Networking, what is its full meaning?

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

Before a disk drive can access any sector record, a computerprogram has to provide the record’s disk address. What information does this address specify?

The basic operations performed by a computer are

Program subroutines are

What was the computer invented by Attanasoff and Clifford?

Microprocessors as switching devices are for which generation computers

What does ASCII stand for?

Computer is free from tiresome and boardroom. We call it

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).

Your score is

UndilutedNG.com

To Top
%d