HRS - Ask. Learn. Share Knowledge. Logo

Questions in computers-and-technology

[Done] What is the output file generated after compiling C code (in Linux)? A. a.exe B. program.c C. a.out D. main.txt

[Done] 8. The primary goal of the single-user system is convenience for the A) Developer B) Analyst C) User D) Tester

[Done] Which of the following gives you the total number of values in a column? A. Count B. Distinct C. Average By establishing a _______ you can establish a connection between an existing query and a new query. Any modifications made to the original query will automatically propagate to the other queries, ensuring consistency and up-to-date information. A. duplicate query B. dataflow C. query reference True or False: Reference queries can contribute to slow data refreshes due to their nature of referencing. When a reference query is refreshed, it needs to ensure that all the referenced queries are also refreshed to maintain data consistency. A. True B. False

[Done] Which traffic management steering policy facilitates the distribution of DNS traffic to specific endpoints based on the geographical location of end users? A. DNS Steering B. Dedication Steering C. IP Pools Steering D. Affinity Steering

[Done] 4. ______ component of OS provides basic computing resources like a central processing unit (CPU), memory and input/output devices. (A) Software (B) Application Programs (C) System Programs (D) Hardware

[Done] Write a function is_odd_length_palindrome that takes a string s and returns True if s is a palindrome of odd length, and False otherwise.

[Done] Question 11 Which critical factor should be taken into account when parallelizing LLMs across multiple GPUs or devices? (A) Increasing the batch size (B) Reducing the number of workers (C) Improving the communication and synchronization (D) Using a smaller model architecture

[Done] Write the key criteria used to evaluate CPU scheduling performance. For the following set of processes, apply the Round Robin (RR) scheduling algorithm with a time quantum of 3 ms. Compute the average waiting time and average turnaround time for all processes. | Process | Arrival Time | Burst Time | |---|---|---| | P1 | 0 ms | 7 ms | | P2 | 1 ms | 4 ms | | P3 | 2 ms | 5 ms | | P4 | 3 ms | 6 ms |

[Done] True or False: 1. Generative AI can only generate text-based output. 2. GANs (Generative Adversarial Networks) are a type of generative AI. 3. Generative AI cannot create music.

[Done] Which of the following statements on Scrum framework is TRUE? 1. Focuses on detailed upfront project planning. 2. Allows Scrum Teams to take ownership of tasks. 3. Enables delegation of authority from one level to another. 4. Emphasizes individual accountability rather than group accountability.