PRF192-fe-fa24

PRF192-fe-fa24

University

45 Qs

quiz-placeholder

Similar activities

C++ Basics

C++ Basics

University

40 Qs

FOC Finals

FOC Finals

University

42 Qs

SKILL QUIZ

SKILL QUIZ

University

50 Qs

Loop Control Statement in C

Loop Control Statement in C

University

41 Qs

PROGRAMMING IN C CO-1,2

PROGRAMMING IN C CO-1,2

University

50 Qs

first quiz ICT

first quiz ICT

University

48 Qs

CC 101 Final Exam

CC 101 Final Exam

University

50 Qs

Java Programming Quiz 2-6

Java Programming Quiz 2-6

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?