GuideFoot - Learn Together, Grow Smarter. Logo

Questions in computers-and-technology

📝 Answered - Which format specifier is used for `int` values? A. %f B. %x C. %i D. %d

📝 Answered - Question No. 9 Can probes be attached to objects on the Front Panel? (A) Yes (B) No

📝 Answered - Fill in the blanks. 1. The values which are directly entered in the cells are called ____. 2. The range reference includes both anchor points separated by ____. 3. Every cell in a worksheet has a unique address called ____. 4. The function used to calculate the average is ____.

📝 Answered - Write 'T' for True and 'F' for False statements. 1. Constants and Formulas are two ways of entering data in Excel. 2. Cell range references must start with a letter. 3. The MAX function in Excel returns the lowest value in a range. 4. Relative references in Excel adjust automatically while copying formulas. Fill in the blanks. 1. The values which are directly entered in the cells are called ________. 2. The range reference includes both anchor points separated by ________. 3. Every cell in a worksheet has a unique address called ________. 4. The ________ function is used to calculate the average.

📝 Answered - While using GitHub Copilot, a developer should always write prompts for code blocks. Fill in the blank. Select one: a. small b. big c. entire class d. single line GitHub Copilot Chat can help write unit test cases by generating code snippets based on the code open in the editor or the code snippet you highlight in the editor. State True or False. Select one:

📝 Answered - Refer to the code given below: ```java public class Q4 { public static void main(String[] args) { List departments = Arrays.asList("Civil", "Mechanical", "Computers", "Electronics"); } } ``` Identify the correct option to convert the given List departments to String[] using Java 11 Features: 1. String[] departmentsArray = (String[]) departments.toArray(); 2. String[] departmentsArray = departments.toArray(); 3. String[] departmentsArray = departments.toArray(String[]::new); 4. String[] departmentsArray = departments.toArray(String[]);

📝 Answered - Open Viewer helps to show ______. Options: - Source code - Priority of the issue - All of the options - None of the options - Best fix location

📝 Answered - 1. The Action Center can be used to change settings in Windows 10. 2. You can delete all desktops in Windows 10. 3. The On-Screen keyboard is usually used in place of a faulty physical keyboard. 4. You can resize the window of an app in Tablet mode.

📝 Answered - An electric device delivers a current of [tex]$15.0 A$[/tex] for 30 seconds. How many electrons flow through it?

📝 Answered - Sample output with inputs: 34 Number of owls: 7 Learn how our autograder works $672786.5108760 q \times 3 z q y 7$ ``` total_owls = 0 num_owls_A = input() num_owls_B = input() print('Number of owls:',7) print('Number of owls:', total_owls) ``` Run $\times$ Not all tests passed Testing with inputs: 34 Output differs. See highlights below. Special character legend Your output ``` Number of owls:7 Number of owls: 0.4 ``` Expected output Number of owls: 7