PRF192-fe-fa24

PRF192-fe-fa24

University

45 Qs

quiz-placeholder

Similar activities

Tema 4 Programación Básica

Tema 4 Programación Básica

University

40 Qs

MIDTERM ITC-103

MIDTERM ITC-103

University

50 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

40 Qs

Exception in Java

Exception in Java

University

41 Qs

Arrays and ArryList

Arrays and ArryList

University

40 Qs

PRF192 - FE2

PRF192 - FE2

University

50 Qs

codinggss

codinggss

University

50 Qs

Quiz on C Operators

Quiz on C Operators

University

49 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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?