CPT027 Review Quiz 1

CPT027 Review Quiz 1

University

8 Qs

quiz-placeholder

Similar activities

1.1 - Computer System

1.1 - Computer System

KG - University

11 Qs

Overview of the Computer System

Overview of the Computer System

University

10 Qs

Tech Ed

Tech Ed

University

10 Qs

Operating Systems

Operating Systems

University

10 Qs

System vs App Software Review

System vs App Software Review

University - Professional Development

12 Qs

computer

computer

University

10 Qs

CHAPTER_1

CHAPTER_1

University

11 Qs

CPT027 Review Quiz 1

CPT027 Review Quiz 1

Assessment

Quiz

Computers

University

Medium

Created by

Ibrahim Adam

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The physical parts of a computer system is called

Hardware

Software

Utilities

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The image shows an internal hardware. What is it?

RAM

CPU

Hard Disk

Motherboard

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bank ATMs uses

Batch processing

Real-time processing

Offline Processing

Online Processing

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

This is the correct VB syntax of FOR Loop

True

False

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following array declaration and initializations are correct?

Dim arr As Integer = New Integer(4) {}

Dim arr As Integer() = New Integer(5) {}

Dim arr2 As Integer() = New Integer() {1,2,3,4}

Dim arr3 As Integer() = {1,2,3,4,5}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An array is declared as below:

Dim arr5 As Integer() = New Integer() {1,5,7,9}

The element in the index arr5(3) will be

1

5

7

9

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ is an interface between a computer user and computer hardware.

Application Software

Operating System

GUI

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Microsoft Excel is a type of __________ application software

Spreadsheet

Word Processing

Database