PRf192

PRf192

80 Qs

quiz-placeholder

Similar activities

Game Design Semester 1 Test Review

Game Design Semester 1 Test Review

KG - University

75 Qs

Světlo I.

Světlo I.

KG - University

77 Qs

Unit 2 Atmosphere Exam Review

Unit 2 Atmosphere Exam Review

KG - University

84 Qs

Tectonics Test Review

Tectonics Test Review

11th Grade

82 Qs

Plant ID Horticulture Practice

Plant ID Horticulture Practice

9th - 12th Grade

80 Qs

ESTAR (PLACE)

ESTAR (PLACE)

9th - 12th Grade

75 Qs

МегаМолодежка

МегаМолодежка

KG - University

83 Qs

23-24 Ag Business Final Exam Review

23-24 Ag Business Final Exam Review

12th Grade

75 Qs

PRf192

PRf192

Assessment

Quiz

others

Easy

Created by

HE191251 Đỗ Quốc Dũng

Used 5+ times

FREE Resource

80 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code line is incorrect?
A. putchar('a');
B. putchar(65);
C. None of the others

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will print when the sample code below is executed? int main(){ int a = 3, b,c; b = a = 10; c = a < 10; printf("a = %d, b = %d, c = %d", a,b,c); return 0; }
A. a=10, b=10, c=0
B. a=10, b=10, c=10
C. a=3, b= 10, c=10
D. a=10, b=0, c=0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is correct regarding the Von Neumann architecture?
A. It refers to "fixed-program computers"
B. It refers to "stored-program computers"
C. It takes a lot of time and effort to reconfigure the computer to perform a new task
D. It separates the storage and treatment of CPU instructions and data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the INCORRECT statement?
A. Input to a program may be unbuffered or buffered.
B. In the buffered input, the program can respond to each and every keystroke directly.
C. Buffered input enables data editing before submission to a program.
D. A buffer is a region of memory that collects and holds data temporarily.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is not used to read from a file?
A. fprintf
B. fgetc
C. fgets
D. fscanf

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct definition of an array?
A. An array is a collection of different data types spread throughout the memory
B. An array is a collection of the same data type spread throughout the memory
C. An array is the collection of the same data type located next to each other in the memory
D. An array is the collection of different data types located next to each other in the memory

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A string is a ... array of characters terminated by a null('\0').
A. one-dimensional
B. two-dimensional
C. non-dimensional
D. None of the others

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?