Freshers Final Preparation

Freshers Final Preparation

University

9 Qs

quiz-placeholder

Similar activities

C Programming Quiz-5

C Programming Quiz-5

University

10 Qs

OOps test quiz

OOps test quiz

University

10 Qs

Java Operators

Java Operators

University

14 Qs

C - Pointers

C - Pointers

University

10 Qs

Third Year Placement Training Revision Test

Third Year Placement Training Revision Test

University

10 Qs

X-QUIZ 2

X-QUIZ 2

University

11 Qs

CSC126 Quick Exercise 3-1

CSC126 Quick Exercise 3-1

University

13 Qs

C Programming Quiz-6

C Programming Quiz-6

University

10 Qs

Freshers Final Preparation

Freshers Final Preparation

Assessment

Quiz

Computers

University

Hard

Created by

Mostafa Kira

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is a numerical data type in C language?

float

char

int

double

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this code?

5

Unexpected Output

Compile-time Error

No Correct Answer

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a processor architecture?

Intel x86

MVP

ARM

MIPS

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this code?

2147483652

Unexpected Output

Compile-time Error

No Correct Answer

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Is it true that the key difference between high-level and low-level programming languages is the need to recompile programs for different operating systems?

True

False

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

We have 15 players and we want to choose 6 players to be in the volleyball court. How many ways can we do it assuming that one player is always selected?

15C6

15P6

14P5

14C5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many ways can we rearrange the following letters 'A S E M K I R ' assuming 'A S E' are always together?

1080

720

480

144

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The room we are sitting in right now has 4 corners. Assuming we have 4 students. Each student will sit in a corner. What is the probability that one specific student sits in the southeast corner?

1/7

1/6

1/4

1/8

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Recall a race condition problem for concurrent systems, introduced during the first lecture. Do you agree that such a problem cannot occur in concurrent systems comprised of 5 threads?

True

False