IT Quiz Round 3

Quiz
•
Computers
•
University
•
Hard
Neel (ÑËËĹ)
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following functions initializes the allocated memory to zero?
malloc()
calloc()
realloc()
free()
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How do you declare a pointer to a function that returns int and takes float as an argument?
int (*fptr)(float);
float (*fptr)(int);
int fptr(float);
float fptr(int);
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the size of s1 in the following structure on a 32-bit system? struct test { char c; int i; short s; }s1;
7
8
12
10
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following causes a dangling pointer?
Using malloc() without free()
Returning the address of a local variable from a function
Dereferencing a NULL pointer
Using calloc() instead of malloc()
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the best approach to prevent deadlocks in Java?
Using multiple synchronized blocks on different objects
Always acquiring locks in the same order
Using wait() without notify()
Using busy-wait loops with Thread.sleep()
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which of the following is NOT a feature of object-oriented programming in Java?
Abstraction
Encapsulation
Inheritance
Multithreading
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How can you create an immutable class in Java?
By making all methods final
By making the class final and ensuring that fields are final and have no setters
By marking the class as abstract
By marking the class as private
Create a free account and access millions of resources
Similar Resources on Wayground
6 questions
Java array

Quiz
•
11th Grade - University
10 questions
Evaluasi Materi Pointer pada C++

Quiz
•
University
13 questions
PRF192 C Programming

Quiz
•
University
10 questions
Third Year Placement Training Revision Test

Quiz
•
University
10 questions
C Viva

Quiz
•
University
15 questions
Java

Quiz
•
University
13 questions
Reprezentace čísel v paměti – datové typy, alokace, endianita

Quiz
•
12th Grade - University
15 questions
Python Programming 1: print, strings, variables, casting

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University