CSC 101 Programming 1

CSC 101 Programming 1

University

37 Qs

quiz-placeholder

Similar activities

Dessain WEB Dinamis MM A

Dessain WEB Dinamis MM A

University

33 Qs

PowerPoint  2016

PowerPoint 2016

7th Grade - University

40 Qs

03 - Computer Fundamentals

03 - Computer Fundamentals

University

38 Qs

Exam

Exam

University

42 Qs

Prelim Exam

Prelim Exam

University

40 Qs

Network Architecture - Recap

Network Architecture - Recap

12th Grade - University

35 Qs

MTA: Networking Part 2

MTA: Networking Part 2

KG - Professional Development

40 Qs

C++ Quiz

C++ Quiz

University

40 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?