Quarter 4 Mastery Test - Programming 10

Quarter 4 Mastery Test - Programming 10

9th Grade

8 Qs

quiz-placeholder

Similar activities

77. Data_Rep - Binary Measurements Quiz

77. Data_Rep - Binary Measurements Quiz

9th - 12th Grade

11 Qs

Pre-Assessment: ICT 10 Orientation Day

Pre-Assessment: ICT 10 Orientation Day

10th Grade

10 Qs

IT - TYPING TUTOR

IT - TYPING TUTOR

9th Grade

10 Qs

Google Apps

Google Apps

4th - 12th Grade

10 Qs

ICT 10 - Quiz - Part 2

ICT 10 - Quiz - Part 2

10th Grade

10 Qs

C Coder -1

C Coder -1

5th - 10th Grade

10 Qs

Technology Integration

Technology Integration

11th - 12th Grade

10 Qs

Quizizz 1

Quizizz 1

12th Grade - University

10 Qs

Quarter 4 Mastery Test - Programming 10

Quarter 4 Mastery Test - Programming 10

Assessment

Quiz

Computers

9th Grade

Practice Problem

Hard

Created by

Jean Tumaneng

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An array is a data structure where values are stored adjacently and has something in common. What does each element in an array has something in common?

name and data type
name and subscript
data type and subscript
data type and superscript

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

An array has two essential parts: its elements and its subscript. What part directly indicates the length of the array?

elements
index
both element and index
neither element nor index

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In declaring an array, the following are the crucial elements that should be included in the statement. Otherwise, the array is declared incorrectly. Which one is NOT necessary in declaring an array?

array name
data type
array superscript
array subscript

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using the declaration Dim values( ) As Integer = {1,2,3,4,5} , which of the following is NOT an allowed operation?

values(4) = 80
values(2) = values(1) – values(0)
values(3) = Inputbox(“Enter value for the 4th element”)
values(5) = 100

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Storing values in an array is also known as populating the array. This means giving each element in the array specific values. Check all ways than can populate an array.

Thru initialization in the declaration statement
Thru assignment operation
By accepting user input using input box
By retrieving values from previous execution

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An array subscript or index is a unique identifier for each array element. True or False?

True
False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose that you have declared an integer array named numbers, and two of its elements are numbers(1) and numbers(4). It is implied that ______.

the two elements hold the same value
the array holds exactly four elements
there are exactly two elements between those two elements
the two elements are at the same memory location

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?