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
12 questions
Array

Quiz
•
University
10 questions
Summer Code Camp - Lesson 1

Quiz
•
University
15 questions
quiz pertemuan 2 asik ddp

Quiz
•
University
10 questions
Basic C Knowledge Exercise

Quiz
•
University
10 questions
Python Quiz 1 : Python Basics

Quiz
•
University
10 questions
unidad4

Quiz
•
University
10 questions
На сколько ты знаешь C#

Quiz
•
University
10 questions
Struktur Data

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University