Skip to content

National University

Write SQL queries to: a. Select employees working at a specific bank. b. Update salary for employees in a specific department. c. Delete employee records based on their city. d. Count the number of employees in each company.

Write a C/C++ program using nested loops to print the a pattern:

Explain the operations of a Dequeue (Double-Ended Queue) with examples.

Evaluate the following postfix expression: 6 4 3 2 + - *

Differentiate between binary and linear data structures with examples.

What is the difference between symmetric and asymmetric encryption?

What is a firewall?

What is a VPN?

What is DNS?

What is a digital signature?

Analyze the output of the following Java code snippet: (Code involving array and System.out.println was given)