CSC 101 Programming 1

CSC 101 Programming 1

University

37 Qs

quiz-placeholder

Similar activities

JavaScript - Practice 8

JavaScript - Practice 8

University

40 Qs

Post test Keamanan Jaringan

Post test Keamanan Jaringan

University

40 Qs

Security Part 2( Technical Diploma)

Security Part 2( Technical Diploma)

University

35 Qs

Soal WAN Tkj kls 2

Soal WAN Tkj kls 2

University

41 Qs

MOS Word 2016 - Quiz 2

MOS Word 2016 - Quiz 2

University

34 Qs

Class Test 1 - CSE 443 (Mobile Telecommunication)

Class Test 1 - CSE 443 (Mobile Telecommunication)

University

40 Qs

MTA Windows OS Fundamentals Test 1

MTA Windows OS Fundamentals Test 1

9th Grade - Professional Development

35 Qs

Quiz 2 - Fall 2023

Quiz 2 - Fall 2023

University

35 Qs

CSC 101 Programming 1

CSC 101 Programming 1

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Sharita Eleccion

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

37 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

is a collection of similar data type that are used to allocate memory in a sequential manner.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

is a data structure, which can store a fixed-size collection of elements of the same data type.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

When more than one memory location is designated for a single variable, it is called an

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create an array variable, specifies the type of the elements and the number of elements to be stored in that array. Which of the given simple syntax below is an array in C++ programming?

Type arrayName [array];

arrayName [arraySize];

Type arrayName [Size];

Type arrayName [arraySize];

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The arraySize must be an integer constant greater than zero and type can be any valid C data type.

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number of values between braces { } cannot be larger than the number of elements that we declare for the array between square brackets [ ]

TRUE

FALSE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is the correct example to assign a single element of the array.

number[ ] = 50;

number[4] = (50);

number[4] = ();

number[4]=50;

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?