CPT027 Review Quiz 1

CPT027 Review Quiz 1

University

8 Qs

quiz-placeholder

Similar activities

Parts of a Computer

Parts of a Computer

University

10 Qs

QUIZ #1 INTRO TO COMPUTING

QUIZ #1 INTRO TO COMPUTING

University

10 Qs

Quiz 8: Arrays&Vector

Quiz 8: Arrays&Vector

University

10 Qs

Ujian DDK

Ujian DDK

University

10 Qs

Chapter 1 - Introduction to Information Technology

Chapter 1 - Introduction to Information Technology

University

10 Qs

Data Entry Exam

Data Entry Exam

1st Grade - University

10 Qs

Rapid Round 2

Rapid Round 2

University

10 Qs

Database Management System

Database Management System

University

9 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