May 4, 2024Question 8403 – SQLConsider the following relation Cinema (theater, address, capacity) Which of the following options will be needed at the end of the SQL query SELECT P1. address […]
May 4, 2024Question 11621 – Asymptotic-ComplexityConsider the following two functions: g1(n) = {n3 for 0≤n<10,000 n2 for n≥10,000 g2(n) = {n for 0≤n<100 n3 for n≥100 Which of the following is […]
May 5, 2024Question 7885 – ProgrammingConsider the following program written in pseudo-code. Assume that x and y are integers. Count (x, y) { if (y != 1) { if (x != […]
May 5, 2024Question 4430 – CommunicationIn analog mass communication, stories are Correct Answer: A A static B dynamic C interactive D exploratory