CPT027 Review Quiz 1

CPT027 Review Quiz 1

University

8 Qs

quiz-placeholder

Similar activities

Tin 8/1

Tin 8/1

KG - University

10 Qs

Weekly Contest #3 - TechXNinjas

Weekly Contest #3 - TechXNinjas

University

10 Qs

ICT450-TOPIC 1

ICT450-TOPIC 1

University

12 Qs

Python Basic Quiz

Python Basic Quiz

11th Grade - University

10 Qs

MI MÉTODO

MI MÉTODO

University

10 Qs

Ulangan harian 1 Algoritma dan Pemrograman

Ulangan harian 1 Algoritma dan Pemrograman

12th Grade - University

13 Qs

Microcontroller

Microcontroller

11th Grade - University

10 Qs

BCA

BCA

University

10 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