HRS - Ask. Learn. Share Knowledge. Logo

Questions in computers-and-technology

[Done] What will be the output? ```java public interface IPrint { protected void printMe(); } public class PrintTest implements IPrint { public String printMe() { System.out.println("Me"); } public static void main(String[] args) { PrintTest test = new PrintTest(); test.printMe(); } } ``` A. Me C. Run time error

[Done] 1. Explain the difference between hardware and software in your own words. 2. Name two examples of hardware and two examples of software you use in your daily life. 3. Why is it important for hardware and software to work together in a computer system?

[Done] Construct a program which accepts a sequence of words separated by whitespace as input. Print words composed of digits only. def print_digit_words(filename):

[Done] You have a class list with student names and phone numbers, and your teacher asks you to arrange them alphabetically. You are also required to filter out students from a specific city. 1. Which feature would you use to arrange students' names in alphabetical order? A. Filter B. Sort C. Grouping 2. Which feature should be used to display only students from a specific city (e.g., "Delhi")? A. Sort B. Filter C. Format 3. Which tab in Excel contains the Sort option? A. Home B. Data C. View Read the scenario and select the correct option. A ______ is a graphical representation of data in Excel. The ______ displays the name or description of the chart. A ______ is a tiny chart that fits in a single cell. The vertical part of a column chart is called the ______.

[Done] What is the output for this code? ```python if None: print('Hi') ``` Options: - Hi - None - Nothing is printed - no output - False

[Done] What is one benefit of using a web clipping tool? A. It can be used to reuse text and images. B. It has a drawing-to-notes feature. C. It may provide a personal organizer. D. It may have different alarm settings.

[Done] Which of the following actions can mitigate spoofing attacks? - Use of a strong (difficult to guess) password - Not displaying detailed error messages - Encrypting sensitive data before storing in database - Input validation - Use of HTTP instead of HTTPS

[Done] Another name for a Daily Support Log is a Learning Log. A. True B. False

[Done] Which type of access controls can be role-based or task-based? A. discretionary B. content-dependent C. nondiscretionary D. constrained

[Done] 41. If you want to sync a list to SharePoint, which of the following tabs will you choose? a) Options b) Save c) Save and send d) Share 42. Can you start a new Word project from an existing Excel workbook? a) Yes b) No c) Maybe d) Depends on installation 43. Documents on the ______ are dynamic a) New list b) Recent list c) Open list d) Save list