CPT027 Review Quiz 1

CPT027 Review Quiz 1

University

8 Qs

quiz-placeholder

Similar activities

Java Arrays

Java Arrays

University

10 Qs

Basic Concept of Information Technology

Basic Concept of Information Technology

University

10 Qs

TECHNO-QUIZ EASY CATEGORY

TECHNO-QUIZ EASY CATEGORY

9th Grade - University

12 Qs

N4 Theory - 3

N4 Theory - 3

University

10 Qs

Overview of the Computer System

Overview of the Computer System

University

10 Qs

Basic Knowledge of Information Systems

Basic Knowledge of Information Systems

12th Grade - University

10 Qs

CpE 1B - SQ_3

CpE 1B - SQ_3

University

10 Qs

Software Identification

Software Identification

11th Grade - University

12 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