PRf192

PRf192

80 Qs

quiz-placeholder

Similar activities

ННХарилцаа 11-800

ННХарилцаа 11-800

KG - University

82 Qs

T1史識溫習

T1史識溫習

9th Grade

75 Qs

T.L.01.24

T.L.01.24

KG - University

80 Qs

Examen FINAL - Otoño 2024 - 1er semestre) (Fall 2024)

Examen FINAL - Otoño 2024 - 1er semestre) (Fall 2024)

9th - 12th Grade

82 Qs

Review - DE Math 181 Plane Trigonometry Spring 2025 Midterm

Review - DE Math 181 Plane Trigonometry Spring 2025 Midterm

12th Grade

75 Qs

F25 - Direct and Cross - Takehome

F25 - Direct and Cross - Takehome

11th Grade

78 Qs

LATIHAN SOAL MAPSI 2024

LATIHAN SOAL MAPSI 2024

KG - University

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