PRF192-fe-fa24

PRF192-fe-fa24

University

45 Qs

quiz-placeholder

Similar activities

C Programming

C Programming

University

40 Qs

Basics of C

Basics of C

University

40 Qs

Technical Quiz 2022-23

Technical Quiz 2022-23

University

50 Qs

Java Programming

Java Programming

University

40 Qs

TECHQUEST 2025

TECHQUEST 2025

University

42 Qs

Arrays in C

Arrays in C

University

40 Qs

Technical MCQ

Technical MCQ

University

45 Qs

ES084 Final Exam

ES084 Final Exam

University

50 Qs

PRF192-fe-fa24

PRF192-fe-fa24

Assessment

Quiz

Computers

University

Medium

Created by

Phạm Minh Đức Huy undefined

Used 2+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assume we have the following code:

int i=4;

int *p = &i;

What is the result of the following expression: ++*p?

5

4

9

12

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the incorrect definition?

Algorithm: a way to find out a solution

Data: Values are used to describe information. So, information can be called as the mean of data

Solution: A situation in which something is hidden

Information: Knowledge about something

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a C program compiles without any errors or warnings, it means that the syntax of the program is correct, and the compiler successfully translates the code into machine-readable instructions. However, a program can still produce incorrect results if there are in the code.

compilation errors

runtime errors

logic or semantic errors

interpreter errors

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a type of bus in a computer?

Address bus

Signal bus

Control bus

Data bus

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Errors that occur due to syntax errors belong to which of the following?

Compile time error

Run time error

Input error

Linking error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result when converting 01001010 in binary system to decimal system?

78

76

74

72

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which format specifier is used to print the value of a double variable?

%lf

%d

%c

%f

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?