IT Quiz Round 3

IT Quiz Round 3

University

10 Qs

quiz-placeholder

Similar activities

2025 python class first quiz

2025 python class first quiz

9th Grade - University

10 Qs

Round 1

Round 1

University

15 Qs

[WPL][D3PJJFG] Evaluasi Pertemuan 1

[WPL][D3PJJFG] Evaluasi Pertemuan 1

University

10 Qs

CIS1101-programming practice2

CIS1101-programming practice2

University

10 Qs

SENATIC Parcial Guía 3_PseInt

SENATIC Parcial Guía 3_PseInt

10th Grade - University

15 Qs

T02: Python - The Basics

T02: Python - The Basics

University

10 Qs

CCIS 104 Quiz # 1.3

CCIS 104 Quiz # 1.3

University

11 Qs

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

IT Quiz Round 3

IT Quiz Round 3

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Neel (ÑËËĹ)

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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

Already have an account?