HRS - Ask. Learn. Share Knowledge. Logo

Questions in computers-and-technology

[Done] Which aspect(s) of security objectives (the CIA triad) is/are protected by cryptography? A. Confidentiality and Integrity B. Confidentiality C. Confidentiality, Integrity, and Availability D. Integrity What does cryptography need to be considered as scientific? A. Formal definition and proof B. Formal definition C. Experiments D. Evidence and proof Which aspect(s) of security objectives (the CIA triad) is/are protected by encryption?

[Done] ______ defines the way in which these resources are used to solve the computing problems of the users such as Word processors, Spreadsheets, Compilers, and web browsers. Options: A) System Programs B) Hardware C) Environment D) Application Programs

[Done] What is the correct step in creating a payroll system in a spreadsheet application? 1. Open any spreadsheet application 2. Create column names 3. Enter the correct formula 4. Enter the data needed Options: a. 1,2,3,4 b. 1,2,4,3 c. 1,3,2,4 d. 1,3,4,2

[Done] What is the primary purpose for configuring multiple Identity Providers (IdPs) in Snowflake? A. To enforce complex password rules B. To improve the performance of a query C. To manage encryption keys for secure data storage D. To allow different authentication methods for multiple user groups

[Done] Write (T) for True and (F) for False statements. 1. A database can have only one table. 2. Number data type is used for numeric data that will be used in calculations. 3. Caption property is used to give an alternate name to a field. 4. Field Properties Pane is used to set properties for the fields in the table. 5. Primary key option is available on the Home tab.

[Done] Write T for True and F for False for the following statements: 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.

[Done] What is the number of iterations the following while loop will perform before terminating? x = 4 while x < 4 + 6: print(x) x += 1 Instruction: Choose the option that best answers the question. Options: 0, since we cannot include arithmetic operations in while loop conditions Infinity 6 1

[Done] Question 7 In a Snowflake schema Select an option: (A) The fact tables are normalized and stored as multiple related tables (B) The dimension tables are normalized and stored as multiple related tables (C) Fact tables do not store any foreign keys or measurements (D) A fact table is connected to a set of dimension tables

[Done] Which of the following is the complete function? a. int funct(int) {printf("hello"); } b. int funct ( x ) {printf("hello"); c. int funct(int x ) {return x = x +1; } d. int funct();

[Done] T/F: Generic Contact Forms cannot be embedded externally such as on job-posting sites and your organization's website. A. True B. False