PRf192

PRf192

80 Qs

quiz-placeholder

Similar activities

Dasar Otomotif

Dasar Otomotif

KG - University

75 Qs

Business Economics Final Review GAME

Business Economics Final Review GAME

KG - University

79 Qs

ENTREPRENEURIAL BEHAVIOR AND COMPETENCIES

ENTREPRENEURIAL BEHAVIOR AND COMPETENCIES

KG - University

77 Qs

Section 4 Operations Management AS Level Chap 23-25 Quiz

Section 4 Operations Management AS Level Chap 23-25 Quiz

KG - University

75 Qs

World War 2 Review

World War 2 Review

KG

79 Qs

Ôn tập Unit 2 + Unit 3

Ôn tập Unit 2 + Unit 3

KG - University

78 Qs

Year 8 Assessment Review

Year 8 Assessment Review

KG - University

82 Qs

OSN IPS 2025 (20)

OSN IPS 2025 (20)

KG - University

80 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?