CSC 101 Programming 1

CSC 101 Programming 1

University

37 Qs

quiz-placeholder

Similar activities

Soal Pemograman Dasar

Soal Pemograman Dasar

12th Grade - University

40 Qs

JS Lesson 31-72

JS Lesson 31-72

12th Grade - University

40 Qs

C PROGRAMMING TEST

C PROGRAMMING TEST

University

33 Qs

FPOO

FPOO

University

36 Qs

ALGO - Prelim Reviewer

ALGO - Prelim Reviewer

University

34 Qs

end of year Quiz

end of year Quiz

12th Grade - University

35 Qs

IT-OOPRGO21 PRELIM

IT-OOPRGO21 PRELIM

University

35 Qs

StrukData1

StrukData1

University

40 Qs

CSC 101 Programming 1

CSC 101 Programming 1

Assessment

Quiz

Computers

University

Medium

Created by

Sharita Eleccion

Used 2+ times

FREE Resource

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;

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?