Home
Ask directory
AP CS
August 2024
11
AP CS
Q&A Archive of
August 11, 2024
Select Question
August 11 of 2024
Question 16 Hashing can be use to provide Confidentiality only Integrity only Authentication only All of them
Question 10 What will be the value of A[2] after this code runs? vector<int> A = {1, 2, 3}; for (int i = 0; i < 3; i++) { A.push_back(i + 5); } None of the other answers is correct. 3 2 5
What are not the basic method for computer intrusions? Reconnaissance Advanced Encryption Attacks Entrenchment Social engineering
npm is the default q, manager for Node.js. npm is the default ______ manager for Node.js.
Ways to protect the privacy and confidentiality of electronic health information the following? Select all that apply. user access based on role-based privileges changing passwords at set intervals adding a biometrics identifier lifetime electronic health records use using two factor…
Question 7/10 897633249888622 897633249888622 897633249888622 897633249888622 897633249888622 897633249888622 89763324988622 Image not displaying? How many other shapes contain the same string as the red oval?
ROT13 and a Caesar cipher are examples of digital signatures asymmetric encryption steganography substitution ciphers
3. A metaverse platform with generative AI capabilities will allow you to access ______, which is not possible with other generative AI tools. Augmented data sets Virtual avatars Clear and contextually relevant text Synthetic images 4. What input data does VideoGPT best respond to? Text…
With these conditions: • X sits on a chair whose number is a multiple of 8. •Y is on a chair whose number is a perfect square. • Z sits on the chair directly between X and Y. • There are exactly two chairs between Y and Z. • W does not sit on a chair with a number divisible by 3. Determine…
The inside color of a shape is the ___. O shape color O fill color O theme fill O shape fill
Assume that list1 is an object of class type KWArrayList<String> and it has following values: "1" "2" "3" "4" "5" the instruction list1.remove(3); will change the list to A) "2" "3" "4" "5" B) "1" "2" "3" "5" C) "1" "2" "4" "5" D) "1" "3" "4" "5"
Question 5 - Kernel PCA (Bonus 10 points) PCA is a useful tool to lower the dimensions of the data and get much less feature that yet represent the data. Even though, sometimes the original data is not good enough, so we want to map the data into higher (or same) dimension! 1. Recall that in…
A is defined as a piece of a product that delivers some useful functionality to a customer. 9 12 Value Feature Sprint Scrum
2. A computer is programmed to make 100 draws at random with replacement from a box containing 5 tickets: 1 labeled 1, and 4 labeled 0, and to then take the sum of these 100 draws. It does this task 144 times, and the average of the 144 sums is 21.13. Is the program working ok, or is something…
Question 14 Changing the content of a university announcement is a form of attack on O Confidentiality O Integrity O Availability O Authentication
Software built as microservices can, by definition, be broken down into multiple component services. False True
$("p.mark").css("background", "yellow"); Which is the valid statement for above jQuery code segment? Highlight all paragraphs in yellow color Highlight the mark statement in yellow color Highlight the paragraph that id is mark Highlight the paragraph that class is mark
Question 4 The CEO always reports directly to the GRC lead because GRC is deemed a critical component of the business. True False
What is the command to manage logs in a modern Linux distribution? logctl journlogs journalctl journalmgr
Which of the following consist of the computer main memory? Pick ONE option Hard drive and RAM CD-ROM and Hard drive RAM and ROM CMOS and Hard drive Clear Selection
An employee of ABC is browsing the Internet. The company's domain is abc.com. The employee's workstation is configured to use ABC's local DNS server to query other DNS servers in Internet. What is the role of ABC's local DNS server? Oa. Authoritative nameserver Ob. DNS resolver Oc. Top-level…
In access control implementations, what should be used to ensure accountability of users? Select the correct option(s) and click submit. Username Password Role-Based Access Control Non-Repudiation
Sec. A Q. 1. The following quick sort function, quickSort() is passed an integer array, arrA[] with associated size. You may assume that the function partition() partitions the values in an array, returning the location, k, of the value in the array where: values to the left of location k are…
Consider a block code e having generator matrix G=(111) i. Give the (n,k) specification of this code. (1 mark) ii. Is the code linear? Justify your answer. (2 marks) iii. Write down the parity check matrix H of this code. (2 marks) iv. List all the possible code words of the corresponding dual…
5. Which of the following statements best describes the role of the Global Administrator in Azure RBAC? The Global Administrator manages user accounts and access to Azure resources. The Global Administrator is responsible for managing virtual networks and network security groups. The Global…
All the company wireless access points are found to have an issue that could lead to a hacker taking control of an access point. How can this be best remediated? A O Install antivirus software on the access points B O Update the firmware on the access points C O Update and patch the wireless…
Cloud as solution You are planning to host your application and data in the cloud. You are mostly interested in a gaming servers, applications servers, computing servers and file servers. Given that you do not want to pay for the high cost related to hardware purchase and maintenance. You have…
For a remote future possibility, we use the... First Conditional Second Conditional
Question 11 (Mandatory) (5 points) Saved Python is a pretty versatile language. For which applications can you use Python? You want to do some quick calculations For your new business, you want to develop a database-driven website. Your boss asks you to clean and analyze the results of the…
7. What does Privilege Identity Management (PIM) allow users to do? Request roles for a limited period of time Access user information Request access to privileged information Configure identity providers
C++ is not case sensitive. True False C++ is not case sensitive. True False
Which results will show if the employee table is RIGHT JOINed to the customer table? LAUNCH DATABASE Only customers who have employees that support them All rows from the employee table, even if they do not have any customers All customers, even those who have no employee assigned to them All…
What is the primary purpose of a 'for' loop in Python? To import modules To declare variables To handle exceptions To execute a block of code repeatedly for a specified number of iterations or over a sequence
15:03 iestore dress casual accessories suit shoes handbag Hi Sista! SALE SPECIAL OFFER Take a look at the front view of an online store app on the side, which offers fashion products specifically for women. If the company wants to improve the usability of this application, what advice can you…
1. Which of the following values of "score" will cause the else block to run? 60 70 80 2. If the value of "score" is set to 70, what is the output? Your score is 70. You've passed! Your score is 70. Try Again!
True/False: The speed and amount of memory available to modern computers diminishes the performance impact of recursion so much that inefficiency is no longer a strong argument against it. True False
3. (20 marks) Using structural induction, prove that the operator S, defined as follows: $$S(L) = \{w \in \Sigma^* | \exists v \in \Sigma^*, vw \in L\}$$ is closed in the set of regular languages. Please write all details for the base case(s), union, concatenation and Kleene star.
Question 18 Insertion sort algorithm is stable, the time complexity of sorting an array containing N elements with insertion sort is O(logN). O True False
5. What factors would limit your ability to capture packets? Check all that apply. Network interface not being in promiscuous or monitor mode Anti-malware software Encryption Access to the traffic in question
What is the purpose of positional encoding in GPT-3? To normalize each word in the input To insert a notion of location of a given token in the sequence To remove punctuation marks from the input text To perform automatic language translation
Exercise 5: (6+10=16p) If each packet carries 1000 bits of data, the distance between the sender and receiver is 3000km, link speed is 5 Mbps, and the propagation speed is 2 108 m/s. Assume no data or control frame is lost or damaged. Ignore transmission time for ACK. a) How long does it take…
Math 284 Name: This worksheet contains a list of MATLAB commands to explore. Note: I have included the commands, but not their meanings! Many will do exactly what you (hopefully!) expect, but some others may not be so obvious - enter each of these, and pay careful attention to the outputs to…
(b) A multiple alignment for five sequences A, B, C, D, and E is given below. GGA GTA AAA TGT TTT Consider the tree below. Calculate the parsimony score for the given alignment (not for one site) using the Fitch algorithm. A B C D E
A DNS server that hosts DNS zones is _____. Delegating Resolute Authoritative Recursive
3. What is the purpose of assigning custom roles in Azure RBAC? To define granular permissions tailored to unique business needs. To automate resource provisioning in Azure. To enforce data encryption for Azure virtual machines. To monitor network traffic patterns in real-time.
OIDC is built on top of Select the correct option(s) and click submit. SAML LDAP JWT OAuth2
What is a secure, always-used and fully-testable module that controls all software access to data objects or devices ? Select the correct option(s) and click submit. Security Kernel Reference Monitor Both of them None of them
Place the following steps in the correct order to copy and paste text from one location to another. CTRL+C [Choose] Select the destination for the copied text [Choose] CTRL+V [Choose) Click and drag over the text to be copied [Choose]
Question 8 (10) Illustrate Lem. 6.55 of the prescribed book using the clauses {p(x, f(x, a), g(b))} and {¬p(a, x, y), q(y)}. Explain how this shows that the resolution rule preserves equisatisfiability and not necessarily equivalence. Lemma 6.55 (Resolution rule preserves satisfiability) If the…
On an envelope, special mailing notations should be typed: underneath the mailing address. underneath the stamp. underneath the return address. 1 pts
Fill in the corresponding blanks with the correct conversion of the DECIMAL number (base 10) 59 BINARY (base 2) Hexadecimal (base 16) Octal (base 8) Ensure all answers use the smallest possible number of digits. Do not use spaces
From the statements below, which one of the following cannot be ?scheduled by the kernel User level thread .a None of the mentioned.b Process .C Kernel level thread .d
BookID Title AuthorID Genre Price Publication Year 1 Harry Potter Series 101 Fantasy 50 1997 2 To Kill a Mockingbird 102 Fiction 35 1960 3 The Great Gatsby 103 Classic 40 1925 4 Pride and Prejudice 104 Romance 30 1813 ADI632 - Formative Assessment 1 Semester 2 Paper 2024 | V1.0 Authors…
True/False: Any algorithm that can be coded with recursion can also be coded with an iterative structure. True False
Question 8: Minimax and alpha-beta search. Perform the minimax on the tree below; as well as left-right alpha-beta pruning on the tree, A MAX B C D MIN EOF OGOH I J MAX K L M N P R STU V MIN 2 3 5 7 0 4 5 2 1 7 6
Question 9 Select all the protocols that do not belong in the Tansport Layer TCP SMTP ICMP UDP ARP 1 pts
Write a program that asks the user the number of integers they wish to enter. Find and print the sum of the even and odd integers.
Which of the following statements about speaker notes is not true? You can compose your notes using the Notes pane in Normal view or you can change to Notes Page view. Notes should not be a script for everything you are going to say. The Notes pane gives you much more space to type text than…
GroupMe apme.com/chats Correct Question 7 0/1 pts When an user connects to a web site, why does the user need to get the web site's certificate? So that the user can obtained the web site's public key, So that the user can obtained the web site's public key and private key So that the user can…
Bioinformatics borrows elements from which discipline(s)? Computer science Mathematics Chemistry Engineering All of the answers are correct
must be much longer than symmetric keys to be considered to be strong because of the disastrous consequences that could occur if a private key is cracked and because private keys cannot be changed frequently. Public key/private key pairs Words/answers Code/solutions Magnetic/chip
Question 8 Not yet answered Marked out of 1.00 Flag question Which of the following best describes the primary reason for implementing a new information system, from a business perspective? Select one: a. The system enables the firm to create new products and services. b. The system will create…
Bias and variance are given by: E[f(x)] - f(x), E[(E[f(x)] - f(x))²] E[f(x)] - f(x), E[(E[f(x)] - f(x))]² (E[f(x)] − f(x))2, E[(E[f(x)] − f(x))²] (E[f(x)] - f(x))2, E[(E[f(x)] - f(x))]²
Question 47 4 pts Synching dialogue by an actor while watching the existing images on a projection screen is called looping all of these none of these ADR dubbing
► A thermocouple is used to measure the temperature of a hot air flow in the center of a large duct. The thermocouple reads 255°C when the duct walls are at 100°C. The emittance of the thermocouple is estimated as 0.85, and the calculated convection heat transfer coefficient between…
Identify the correct steps involved in the algorithm that finds $a^n$ for a real number a and a positive integer n. (Check all that apply.) Check All That Apply procedure twopower(n, positive integer, a, real number) if n = 1 then return $a^2$ if n = 1 then return a else return twopower(n - 1,…
The address space for a VNet must encompass __________ All the subnets that will be located on A class C subnet The range of the publicly available IP address A class B subnet
Why the response to the query below was non-authoritative? $ nslookup > server 8.8.8.8 Default server: 8.8.8.8 Address: 8.8.8.8#53 > www.herzing.ca ;; communications error to 8.8.8.8#53: timed out Server: Address: 8.8.8.8 8.8.8.8#53 Non-authoritative answer: www.herzing.ca canonical name =…
2. Let A be a Turing recognizable language, say A = L(M) for some Turing machine M. (Note that M need not halt on all inputs!) Give the high-level description of a Turing machine that recognizes A*.
8. To create a public key signature, use the \_\_\_\_\_ key. decryption private public symmetric
Which of the following can be used to switch between Normal startup and Selective startup? A regsvr32 B msconfig C defrag D regedit
Question 21 A computer memory contains: Instructions only Data only Both instructions and data Neither instruction nor data
What needs to be configured so users can print on both sides of the paper? A Paper tray B Duplex C Collation D Orientation
Networking is essential for everyone at every career stage. O True O False Next ► Not saved Submit Quiz
Which of the following is an example of supervised learning? A) Clustering customers based on purchasing behavior B) Reducing the dimensionality of data C) Predicting house prices based on features D) Generating new text based on existing text
Two friends buy the same Android smartphone from the same vendor on the same day. One application will not install on either phone. The friends take their phones to the store where they bought them and go to the service desk. What is the first thing the technician should do? A Replace both…
The transactions that span across multiple services are handled by __________ Logging queries in DBs Event driven Architecture Pre-compiled queries DML commands
Match each iptables parameter with their use. -L Choose... -A Choose... Add a rule in between -D Check the integrity of rules Remove a rule Add a rule at the bottom Show rules
Which of these is a drawback of Multiple Services per Host pattern? Non-Dependency conflicts Difficult to limit resource utilization Faulty deployment
This question uses the following definition for a Node in a singly linked list: class Node: def __init__(self, data): self.data = data self.next_node = None Suppose current is pointing at a node in a linked list that currently looks like the one below. A B C D E ---> N urrent Fill in the gap…
Problem 2. (60 MARKS) You're an entry level employee managing a financial portfolio. Because you're a total novice, your boss limits the portfolio to a single stock, and moreover, each day you're only allowed to make one of three choices: do nothing, purchase exactly one share, or sell all…
→ There was a recent identity breach, and you have been tasked with determining ways to secure the system. Where can you find a list of recommendations to improve identity security? Tenant Security Defaults Configure identify providers Manage federation Identity secure score dashboard
In C++, a function prototype is the function heading without the body of the function. A True B False
/^[-+]?[0-9]+\.[0-9]+$/; Which is the correct statement for above regular expression? It is able to validate the integer number It is able to validate the decimal number It is able to validate the alpha-numeric values It is able to validate the phone number
3. What are the three different SKUs of the Azure Firewall? Select all that apply. Premium Standard Essential Basic
Consider the directed network G = (V, E) with N = 5 nodes and L = 8 links, in which node 1 points to nodes 2 and 3, node 2 points to node 4, node 3 points to nodes 2 and 4, node 4 points to node 2, and node 5 points to nodes 3 and 4. (a) Draw the network and write down its adjacency matrix…
3. Which of the following are recommended strategies for treating identity as the primary security perimeter? Select all that apply. Enable single sign-on. Turn on Conditional Access. Enable a single authentication method that is applied consistently. Use legacy authentication protocols.
Question 3 (3 points) Given the following boolean function f. Using Boolean algebra, which of the following expressions can be used to build the corresponding circuit? (Check all that apply). f = a'b + a'b' + b'a (' means NOT function) a+b' a' + b'a a'b + b' a'b' +
10. Complete the Qwiklab Creating/inspecting key pair, encrypting/decrypting and sign/verify using OpenSSL before answering this question. Your colleague sent you a text file, a hash digest of the text file, and their public key so that you can verify a file they sent you hasn't been modified.…
11. Which of the following is a common indication of underfitting? A) The model has high accuracy on the training data but low accuracy on the test data B) The model has low accuracy on both the training and test data C) The model has high accuracy on the test data but low accuracy on the…
What is the main drawback of using a 32-bit version of Windows, as opposed to a 64-bit version? A RAM limited to 4GB B Doesn't support BitLocker C Doesn't include EFS D Can't connect to a domain
In a Linux OS the Attached Media plist is located at /private/var/spool/cups
Part 1: 1. Automate course registration: Functionality: Enables students to view available classes, check waitlist status, and register for classes online through a user-friendly interface. Use Case Description: Actor: Student Use Cases: • Log into the system to access personal and academic…
10 10 points Match the following descriptions to their corresponding terms. Allows administration to organize and manage data Allows a user to retrieve and input information. Database front end I Subm
Question 14 In addition to using loops to validate string data, ______ can also be used to validate data. Integer Functions Real Functions Output Functions String Functions None of these
Define a function named `count_letters` that takes as a parameter a string and returns a dictionary that tabulates how many of each letter is in that string. The string can contain characters other than letters, but only the letters should be counted. The string could even be the empty string…
What is the name of the button highlighted in yellow in this image that appears when a website is lo ← About Us | Academy of LX www.academyoflearning. O home O reload Ostop refresh
When the Data Link layer performs encapsulation, it adds control information to the payload in the form of header fields. Which of the following are header fields added by the Data Link layer during encapsulation? (Select three.) Source hardware address Window size Checksum for basic error…
In APA, papers page numbers should be In the header and aligned right In the header aligned left In the footer and centered In the footer and aligned right
Clustering Definition: The Output 1 point possible (graded) In the last problem, you have figured out the clustering input. Which of the following are outputs of the clustering? Or in other words, which of the following are determined by the clustering algorithm? (More details of the algorithm…
Question 3 Assembly languages are more user friendly than machine languages. O True O False
217-Warranty Service Authorization Exam: ASP & Onsite Service Partner Authorization Exam Which Windows utility helps identify a program that is using excessive CPU resources? • System Information • Task Manager • Command Prompt • File Locksmith 19/80 SUBMIT
what is a "NAND" gate and how does it function? what is a "NAND" gate and how does it function?
Consider the function: F(X,Y,Z) = XZ + XZ + XY. a. Draw the logical diagram of the function F. (4 marks) b. Using only NAND gates, represent each term in the function: XZ, XZ, and XY. (6 marks) c. Draw the logical representation of the function F by assembling the equivalent NAND terms that you…
39 2 points During a digital forensic investigation of a suspected cybercrime involving a data breach, forensic analysts are examining a compromised computer system. They use relationa analysis to understand the connections and interactions between digital artifacts. What is the primary…
In Azure, a public address can be assigned to VPN Gateway VM All the options Application Gateway
What is the primary difference between stateful and stateless firewalls? Stateless firewalls inspect every packet, and stateful firewalls tract packet flows and conversations. Stateful firewalls know their geographic location and stateless firewalls do not. Stateful firewalls set a packet in…
What is a host? Servers Clients Routers Firewalls What is a host? Servers Clients Routers Firewalls
What may be included in the Sprint Backlog? (choose the best answer) A. User Stories. B. Tasks. C. Use Cases. D. Tests. E. Any of the above (or others) which are a decomposition of the selected Product Backlog items.
Why would you disable System Restore before attempting malware removal? A It makes it easier to quarantine the system B So the malware's presence will not be reflected in the saved restore point C System Restore may be preventing the antimalware utility from running D There is no reason; it is…
Question 2 [10 Marks] [5 Marks] Write an algorithm for checking whether an array H[1..n] is a heap or not. [5 Marks] Determine its time efficiency.
and packets contain the source IP address of the last computer in the chain Probe Exploit Access Entry
What punctuation ends most lines of C++ code? Ο' 0: Ο; Ο.
1. Create a truth table for the following 3-input Boolean function: F = AB + C'B
Question 9 20 pts Select the best solution: Write a function that will accept an empty vector of ints and an int and will fill the vector with the ulam sequence¹ beginning with the int. You may assume that the int is greater than 2. 1The ulam sequence begins with an integer. If it is even,…
2. Which license is required to use Azure AD Privileged Identity Management? Azure AD Premium P2 Azure AD Premium P1 Azure AD Free Office 365 Free
Question 32 In an e-mail, you would put a person's name in the CC box if you expect them to read the contents of your e-mail and provide a response to you read the contents of your e-mail but not act on it. file the e-mail in a folder without reading the contents. 1 pts
Lab 3 Teleportation experiment CSCI 420 Applied Quantum Computing for Computer Scientists Due Tuesday August 6, 11:59pm 15 points OBJECTIVE: Computing the error rate of the teleportation circuit. DELIVERABLE TASKS: 1. [5 points] Implement the teleportation experiment on the…
Try/except blocks only work with local expressions. If a crash occurs inside of a function called in a try block, only that function can prevent a crash. O True False
3. English Comprehension BUTTER: BREAD as Pick ONE option jam: jelly paint: wood toast: jelly head: foot yellow: blue Clear Selection
Question 6 1 pts A heap is represented using an array. True or false: The array {1 2 4 3 9 5} is a min heap? O True False
Example: consider the ciphertext "WRIORFEOEEESVELANADCEDETC". with a rail fence of depth 3, decrypt using Rail fence. WRIORFEOE EESVELAN ADCEDETC
Instructions: Ο This assignment contains 2 questions. Answer all 2 questions. Ο This assignment is to be attempted and submitted individually. Ο Each assignment solution should be prepared using a professional word processor, i.e., text needs to be typed (not written by hand or using a stylus).…
A cloud service at an organization should only allow for logins based on a user's specific and authorized location. Which technologies do security engineers suggest using to comply with this requirement? (Select all that apply.) Select one or more: GPS IP VLAN SSH
3. Write the addressing mode of the following instructions. a) MOV [4560H], AX b) ADD BL, 89H c) ADD BX, [DI] d) MOV 6[BP][DI], AL e) MOV CX, [BP + 9] f) ADD CL, BL
Question 48 is the process of converting an algorithm into a language the computer can understand. Writing Coding Debugging Flowcharting
(c) [2 marks] How many comparisons will the 2-sort part of a Shell sort use on a list that has a total 20 keys, in the best case? (This is about the 2-sort phase from Shellsort, not a full sort.)
stion 5 et ered ed out of 9 on Ad blockers operate in a manner similar to which of the following? Select one: A. firewalls B. anti-virus software C. Flash cookies D. anonymous browsing
Arithmetic operators are evaluated before comparison operators. ◻ True False Arithmetic operators are evaluated before comparison operators. True False
Note: This question is mandatory for you to attempt. Which type of testing involves examining the structure and logic of an application's source code to identify vulnerabilities? Black Box Testing White Box Testing Grey Box Testing Red Team Testing
Question 6: What does HTML stand for in the context of a website? a) High Text Marking List b) Hot Metal c) Hyper Text Mark Light d) High Temperature Materials Laboratory e) HyperText Markup Language f) Hot Mail Question 7: What would you consider to be the most appropriate outside websites to…
vo cos θ d = (vo sin θ + √(vo sin θ)² + 2gyo) g Code has already been provided to define a function named projectileTracker that accepts values for vo, θ, yo, and x, and assigns them to the variables ve, theta, yo, and x respectively. The function defines two output variables: yPosition…
24 2 points What is a key feature of Pretty Good Privacy (PGP) encryption? It uses symmetric encryption algorithms only. It requires a centralized key management server for encryption and decryption. It provides end-to-end encryption for secure communication and data protection. It relies on…
Which type of drive is connected to a computer through a USB port and is most often used to transport files between computers? Hard disk Flash drive Blu-ray Expansion card
myAlgorithm procedure T, an array of real numbers sizeT, integer Local variables buffer, integer j, integer i, integer FOR i := (sizeT - 1) DOWNTO 1 BY STEP OF -1 FOR j := 0 DOWNTO (i - 1) BY STEP OF 1 IF T[j+1] < T[j] THEN buffer := T[j+1] T[j+1] := T[j] T[j] := buffer myArray[0] =…
Calling TreeRemove(root, "PEACH") on the trie below removes \_\_\_ nodes from the tree A B P P R E PR 0 A L C C R E E C C H 0 5 3 2 T L 1
Azure takes care of _____. Underlying routing Subnet allocation DNS resolution VM IP range allocation
--- are motivated by thrill, validation of skills, sense of power Script Kitties Traditional Hackers Code Developers Script Writers
6. What is a common challenge in machine learning? A) Lack of data B) Overfitting the model C) Underfitting the model D) All of the above
* Question No. 11 Note: This question is mandatory for you to attempt. Which security measure is crucial for protecting user data in SaaS applications? User training Data encryption at rest and in transit Regular software updates Network segmentation Marks for correct answ Mark for Review &…
Which of the following security features are implemented to protect the privacy and com electronic information? Select all that apply. backup and recovery routines user-based access controls auditing functions user IDs and weak passwords auto time-out
An IT intern from a local college has been given the assignment of installing IP phones. What will the intern need to know which jacks to connect the phones to? A An IP address chart B A change management plan C A network topology diagram D Standard operating procedures
Employees located off-site must have access to company resources in order to complete their assigned tasks. These employees utilize a solution that a A. Proxy server B. NGFW C. VPN D. Security zone
Which of the following is a component of a governance system according to COBIT 2019? End-user devices Application software Infrastructure technologies Policies and procedures
5. Find the shortest path from node A to node E using the Dijkstra algorithm in the following B 4 D 2 7 2 A 1 2.5 E 5 4 C
Which of the following is the TRUE regarding Lead Time? Question 3 It is the difference between point of time at which request arrived and the time at which it was delivered It is the difference between point of time at which servicing request started and the time at which it was delivered It…
Seeking MATLAB/Octave code for the mentioned plot. y 10 8 6 4 2 0 -2 -4 -10 -5 0 X 5 10 function1 function2 function3
Given the function definition below, what will the following code display? int numi = 0, num2 = 1654893; cout << numi << " " << num2 << endl; num1 = getLast(num2); cout << num1 << " " << num2 << endl; // program continues... int getLast(int &num2) { num2 %= 10; return num2; } 0 1654893 1654893…
9. Complete the Qwiklab Introduction to tcpdump before answering this question. You want to use tcpdump to retrieve packets with 113.8.81.2 as the source or destination IP address and port 8080 as the source or destination port. Which command should you use? sudo tcpdump -i eth0 -vn host…
Adding more memory to a computer system: Pick ONE option Will increase the computer's processing speed Makes the computer smarter Allows more programs to be loaded Provides more room for files Clear Selection
1.3 What is operator precedence? What are the rules that determine operator precedence in Python? (10 marks)
19. NM is an economical wiring method used in residential units and small commercial locations. It's also known in the field as A. Romex. B. Plenum. C. Weatherhead. D. Mylar.
(a) Firstly, Leslie computes the exact value of $proj_b 7v$ (not in terms of b or v) to be $proj_b 7v = \langle 21, 56 \rangle$ (b) Next, Fenglin starts to figure out what's going on, and computes (not in terms of b or v) $proj_{7b} v = \langle 21, 56 \rangle$ (c) Finally, using the above or…
Question 17 1 pts What is the title of your document in the Document Properties section? My VoiceFit Info VoiceFit Information Document There is no title Fitness and Fun
A technician is concerned about the potential physical theft of a laptop that is used in a public area. What can the technician use to secure the laptop against theft? A O Data encryption B O Password expiration C Strong authentication D Cable locks
Limitations of the K-Means Algorithm I 1 point possible (graded) Remember that the K-Means Algorithm is given as below: 1. Randomly select $z_1,...,z_K$ 2. Iterate 1. Given $z_1,...,z_K$, assign each data point $x^{(i)}$ to the closest $z_j$, so that $Cost(z_1,...,z_K) = \sum_{i=1}^n…
In Identity Bridging, \_\_\_ takes care of authentication while \_\_\_ takes care of authorization. Select the correct option(s) and click submit. requestor domain, requestor domain provider domain, provider domain provider domain, requestor domain requestor domain, provider domain
27 of Which of the following is the best defense against cloud account and service traffic hijacking? Select one: Use design and runtime protection for data, cloud data encryption, and strong key generation. Research risks, perform CSP due diligence, and use capable resources. Find and fix…
Greg has data that is classified as health information that his organization uses as part of their company's HR data. Which of the following statements is true for his company's security policy? Companies are prohibited from storing health information and must outsource to third parties. Greg…
Question 7 of 50 Which two of the following are correct ways to declare a function in JavaScript? let fun greet() = { console.log("Hello, world!"); } function: greet() { console.log("Hello, world!"); } function greet()) { console.log("Hello, world!"); } let greet() = { console.log("Hello,…
When writing a negative letter, it is best to: Ouse neutral statements that lead to the negative information. Ouse positive language to help buffer the impact. Obe fair and reasonable. all of the above. 1 pts
What are the four primary systems of IoT technology? Select one: Devices, data storage, remote control, and internet Devices, gateway, sensors, and apps Devices, gateway, data storage, and remote control Devices, sensors, apps, and internet
Case Study: 3 Hypothesis: Ontario Government is seeking inputs from business administrators to propose the measles roll-out plan for Stakeholders: Medical practitioners, suppliers, manufactures. Key processes: 1. Medical check-ups. 2. Covid testing. 3. Age group-wise vaccination. 4. Vaccination…
Question 14 1 p The implementation process of intelligent systems is similar to the generic process of other information systems. True False
Question 12 What is the output? voidPrintWaterTemperatureForCoffee(inttemp){ if(temp<195){ cout<<"Too cold."; } elseif((temp>=195)&&(temp<=205)){ cout<<"Perfect temperature."; } elseif(temp>205) { cout<<"Too…
Question 4 Consider this struct: typedef struct Xyz { int x; int y; } Xyz; We want to create an Xyz object where x is 20 and y is 50. Which of the following will initialize this struct correctly? Correct Answer "Xyz m; m.x = 20; m.y = 50;" Show Explanation Ask StudyBuddy O Xyz m; m[ "x"] =…
Match each term with the correct statement below. Prompts Answers 1 Numbered beginning with 0 Select match 2 An array field Select match 3 An enhanced for loop Select match 4 Declared in the same way you declare any simple variable Select match 5 A nonprimitive object Select match 6 A primitive…
Which 2 import statements allow for the import of the Java class HashMap? a. import java.util.HashMap; b. import java.util.*; c. import java.util.HashMap.*; d. import java.util.hashmap; Why?
What is a critical aspect to be cautious about during the documentation stage in digital forensics? Ensuring physical security of evidence storage to prevent unauthorized access. Verifying the chain of custody to maintain the integrity and admissibility of evidence. Using advanced encryption…
is the use of mathematical operations to protect messages traveling between parties or stored on a computer Mathematics Algebra Cryptography Coding
Question 2 (5 points) Which of the following items is defined as a legal defense against criminal responsibility used when a crime has been committed to prevent a more serious crime? 1) Entrapment 2) Necessity defense 3) Being underage 4) Self-defense
Question #2 : E1.12 In the video game, the player can serve as both the controller and the sensor. The objective of the game might be to drive a car along a prescribed path. The player controls the car trajectory using the joystick using the visual queues from the game displayed on the computer…
38 2 points In the context of criminal investigations, what does victimology primarily involve? Examining the behavior of the perpetrator Analyzing the psychological profile of suspects Studying the characteristics and experiences of crime victims Assessing the impact of crime on society
1) Convert each of the following to its decimal equivalent. a) 12738 = 10 b) 101101.012 = 10 c) 790DA.4F16 = 10
What should an organization require when an outside company provides a service for shredding and disposal of sensitive corporate documents? A quitclaim document A certificate of destruction Proof of final disposal Proof of final burial
Question 19 • A XOR B is true if one of A,B is true and one of A,B is false. O True False
Question 2 2 pts What is the name of the Chinese city at the northern edge of the core of China Guangzhou (Canton) Beijing (Peking) Nanjing (Nanking) Chongquing (Chungking)
When should a server ask a patron to physically hand the server their ID? a. only when the patron does not appear to be 21 b. never c. always d. only when the ID appears to be tampered with
QUESTION 1 We noted that the software engineering __ is not a __ prescription that must be followed dogmatically by a software __ A-process/rigid/team OB levels/rigid/ engineer. OC-methods/Flexible / team D. Process/ Flexible /group 4 points QUESTION 2 A process framework __ the foundation for…
Which of the following simplify the administration of distributed, overlapping and contradictory data about users? Select the correct option(s) and click submit. Access Management Identity Management Control Management Behavioral Management
You are designing an Android application for an agency that manages ship ports. You are responsible for building the app functionality where managers should be able to log in and view the different ports, and for each port they should be able to generate a list of all passengers traveling in a…
Agile development & deployment is difficult in case of _____________ Monolithic Microservices
The benefits of Microservices include __________ Improved Fault Isolation Easy scaling All the options Scale development: Develop, Deploy and Scale Faster to build and deploy
1. The smallest 6 digit number exactly divisible by 111 is: 111111 110011 100011 110101 None of these
7. Which of the following best describes the concept of just-in-time (JIT) access? JIT access limits privileged access based on location, actions, and timing, providing precise control over when and where users can access privileged accounts. JIT access grants permanent access to applications…
Exercise 12B 1. Find the critical paths for each of the activity networks shown below. (a) 11 2 E H 2 0 11 5 Start A B F 7 Finish 10 3 (c) 5 B E D G 10 10 (b) 8 B E 5 8 Start 1 D 7 12 0 10 Start A C 10 G Finish 11 5 7 6 G Finish 7 8 D F 3
How many times will the following function call itself, if the value 5 is passed as the argument? void showMessage (int n) { if (n > 0) { cout << "Good day!" << endl; showMessage(n + 1); } } A) 4 B) 5 C) 1 D) An infinite number of times
Question 13 The state of the SYN and ACK flags during each step of the TCP Three-Way handshake are as follows: Step 1: [Select] Step 2: [Select] Step 3: [Select] 3 pts
Question 14 Which printer can create a model by building layers of a material such as resin or metal? Laser 3D Dye-sublimation Thermal
Which of the following would be an example of the "Big-fish-little-pond" Effect? Suzie being a clerk in a big company
```c #include <assert.h> /* Complete the 'linkedListSum' function below. The function is expected to return an INTEGER. The function accepts INTEGER_SINGLY_LINKED_LIST head as parameter. */ /* For your reference: SinglyLinkedListNode { int data; SinglyLinkedListNode next; }; */ int…
Iterative testing and refinement are crucial for developing successful AI solutions. O True False
Show instructions Question 1 (1 point) When writing a formal letter, you do not have to give details or use proper salutation. O True O False Question 1 of 19 | Page 1 of 19
1) Which nodes are visited when searching the following BST for 4? 7 10 15 3 8 12 18 2 4 9 a. 10, 3, 4 I b. 10, 7, 15, 3, 8, 12, 18, 2, 4 c. 10, 7, 8, 4 d. 10, 7, 3, 4
Consider the following Branch-and-Bound tree. Provide a for each step of the Branch-and-Bound approach the number of the sub-problem, the best upper bound, the best lower bound and the integrality gap. Assume a breadth-first search. $Z_0 = 5.3$ $x_1 = 3.5$ $x_2 = 1.8$ $x_1 \le 3$ $Z_1 = 5$ $x_1…
Q9. Consider the following Büchi automaton representing a formula - true p A B q 1- What is the formula -Ф? (3P) 2- Using the following Kripke structure, check if the formula Ф is satisfied or not. (7P) 2 3 p, q q,t p, r 1 4 p, q, t p, s 5
provides an integrated method of managing users and their access to various applications Select the correct option(s) and click submit. Identity Manager Access Manager Security Manager Vulnerability Management
Design a synchronous counter with the following count sequence: 0,2,7,1,3,5...0,2,7,1,3,5 ... Use the following tables to complete the design: 1.1. Transition Table Output Transitions QN QN+1 Flip Flop Inputs J K
3. Action Priority (AP) establishes: a. A priority number b. Priority level of action required to reduce the risk of failure c. Sorts the potential 'problem descriptions' into 120 clusters d. None of the above
True/False: Like a loop, a recursive function must have some method to control the number of times it repeats. True False
Question 16 Hashing can be use to provide Confidentiality only Integrity only Authentication only All of them
Question 10 What will be the value of A[2] after this code runs? vector<int> A = {1, 2, 3}; for (int i = 0; i < 3; i++) { A.push_back(i + 5); } None of the other answers is correct. 3 2 5
What are not the basic method for computer intrusions? Reconnaissance Advanced Encryption Attacks Entrenchment Social engineering
npm is the default q, manager for Node.js. npm is the default ______ manager for Node.js.
Ways to protect the privacy and confidentiality of electronic health information the following? Select all that apply. user access based on role-based privileges changing passwords at set intervals adding a biometrics identifier lifetime electronic health records use using two factor…
Question 7/10 897633249888622 897633249888622 897633249888622 897633249888622 897633249888622 897633249888622 89763324988622 Image not displaying? How many other shapes contain the same string as the red oval?
ROT13 and a Caesar cipher are examples of digital signatures asymmetric encryption steganography substitution ciphers
3. A metaverse platform with generative AI capabilities will allow you to access ______, which is not possible with other generative AI tools. Augmented data sets Virtual avatars Clear and contextually relevant text Synthetic images 4. What input data does VideoGPT best respond to? Text…
With these conditions: • X sits on a chair whose number is a multiple of 8. •Y is on a chair whose number is a perfect square. • Z sits on the chair directly between X and Y. • There are exactly two chairs between Y and Z. • W does not sit on a chair with a number divisible by 3. Determine…
The inside color of a shape is the ___. O shape color O fill color O theme fill O shape fill
Assume that list1 is an object of class type KWArrayList<String> and it has following values: "1" "2" "3" "4" "5" the instruction list1.remove(3); will change the list to A) "2" "3" "4" "5" B) "1" "2" "3" "5" C) "1" "2" "4" "5" D) "1" "3" "4" "5"
Question 5 - Kernel PCA (Bonus 10 points) PCA is a useful tool to lower the dimensions of the data and get much less feature that yet represent the data. Even though, sometimes the original data is not good enough, so we want to map the data into higher (or same) dimension! 1. Recall that in…
A is defined as a piece of a product that delivers some useful functionality to a customer. 9 12 Value Feature Sprint Scrum
2. A computer is programmed to make 100 draws at random with replacement from a box containing 5 tickets: 1 labeled 1, and 4 labeled 0, and to then take the sum of these 100 draws. It does this task 144 times, and the average of the 144 sums is 21.13. Is the program working ok, or is something…
Question 14 Changing the content of a university announcement is a form of attack on O Confidentiality O Integrity O Availability O Authentication
Software built as microservices can, by definition, be broken down into multiple component services. False True
$("p.mark").css("background", "yellow"); Which is the valid statement for above jQuery code segment? Highlight all paragraphs in yellow color Highlight the mark statement in yellow color Highlight the paragraph that id is mark Highlight the paragraph that class is mark
Question 4 The CEO always reports directly to the GRC lead because GRC is deemed a critical component of the business. True False
What is the command to manage logs in a modern Linux distribution? logctl journlogs journalctl journalmgr
Which of the following consist of the computer main memory? Pick ONE option Hard drive and RAM CD-ROM and Hard drive RAM and ROM CMOS and Hard drive Clear Selection
An employee of ABC is browsing the Internet. The company's domain is abc.com. The employee's workstation is configured to use ABC's local DNS server to query other DNS servers in Internet. What is the role of ABC's local DNS server? Oa. Authoritative nameserver Ob. DNS resolver Oc. Top-level…
In access control implementations, what should be used to ensure accountability of users? Select the correct option(s) and click submit. Username Password Role-Based Access Control Non-Repudiation
Sec. A Q. 1. The following quick sort function, quickSort() is passed an integer array, arrA[] with associated size. You may assume that the function partition() partitions the values in an array, returning the location, k, of the value in the array where: values to the left of location k are…
Consider a block code e having generator matrix G=(111) i. Give the (n,k) specification of this code. (1 mark) ii. Is the code linear? Justify your answer. (2 marks) iii. Write down the parity check matrix H of this code. (2 marks) iv. List all the possible code words of the corresponding dual…
5. Which of the following statements best describes the role of the Global Administrator in Azure RBAC? The Global Administrator manages user accounts and access to Azure resources. The Global Administrator is responsible for managing virtual networks and network security groups. The Global…
All the company wireless access points are found to have an issue that could lead to a hacker taking control of an access point. How can this be best remediated? A O Install antivirus software on the access points B O Update the firmware on the access points C O Update and patch the wireless…
Cloud as solution You are planning to host your application and data in the cloud. You are mostly interested in a gaming servers, applications servers, computing servers and file servers. Given that you do not want to pay for the high cost related to hardware purchase and maintenance. You have…
For a remote future possibility, we use the... First Conditional Second Conditional
Question 11 (Mandatory) (5 points) Saved Python is a pretty versatile language. For which applications can you use Python? You want to do some quick calculations For your new business, you want to develop a database-driven website. Your boss asks you to clean and analyze the results of the…
7. What does Privilege Identity Management (PIM) allow users to do? Request roles for a limited period of time Access user information Request access to privileged information Configure identity providers
C++ is not case sensitive. True False C++ is not case sensitive. True False
Which results will show if the employee table is RIGHT JOINed to the customer table? LAUNCH DATABASE Only customers who have employees that support them All rows from the employee table, even if they do not have any customers All customers, even those who have no employee assigned to them All…
What is the primary purpose of a 'for' loop in Python? To import modules To declare variables To handle exceptions To execute a block of code repeatedly for a specified number of iterations or over a sequence
15:03 iestore dress casual accessories suit shoes handbag Hi Sista! SALE SPECIAL OFFER Take a look at the front view of an online store app on the side, which offers fashion products specifically for women. If the company wants to improve the usability of this application, what advice can you…
1. Which of the following values of "score" will cause the else block to run? 60 70 80 2. If the value of "score" is set to 70, what is the output? Your score is 70. You've passed! Your score is 70. Try Again!
True/False: The speed and amount of memory available to modern computers diminishes the performance impact of recursion so much that inefficiency is no longer a strong argument against it. True False
3. (20 marks) Using structural induction, prove that the operator S, defined as follows: $$S(L) = \{w \in \Sigma^* | \exists v \in \Sigma^*, vw \in L\}$$ is closed in the set of regular languages. Please write all details for the base case(s), union, concatenation and Kleene star.
Question 18 Insertion sort algorithm is stable, the time complexity of sorting an array containing N elements with insertion sort is O(logN). O True False
5. What factors would limit your ability to capture packets? Check all that apply. Network interface not being in promiscuous or monitor mode Anti-malware software Encryption Access to the traffic in question
What is the purpose of positional encoding in GPT-3? To normalize each word in the input To insert a notion of location of a given token in the sequence To remove punctuation marks from the input text To perform automatic language translation
Exercise 5: (6+10=16p) If each packet carries 1000 bits of data, the distance between the sender and receiver is 3000km, link speed is 5 Mbps, and the propagation speed is 2 108 m/s. Assume no data or control frame is lost or damaged. Ignore transmission time for ACK. a) How long does it take…
Math 284 Name: This worksheet contains a list of MATLAB commands to explore. Note: I have included the commands, but not their meanings! Many will do exactly what you (hopefully!) expect, but some others may not be so obvious - enter each of these, and pay careful attention to the outputs to…
(b) A multiple alignment for five sequences A, B, C, D, and E is given below. GGA GTA AAA TGT TTT Consider the tree below. Calculate the parsimony score for the given alignment (not for one site) using the Fitch algorithm. A B C D E
A DNS server that hosts DNS zones is _____. Delegating Resolute Authoritative Recursive
3. What is the purpose of assigning custom roles in Azure RBAC? To define granular permissions tailored to unique business needs. To automate resource provisioning in Azure. To enforce data encryption for Azure virtual machines. To monitor network traffic patterns in real-time.
OIDC is built on top of Select the correct option(s) and click submit. SAML LDAP JWT OAuth2
What is a secure, always-used and fully-testable module that controls all software access to data objects or devices ? Select the correct option(s) and click submit. Security Kernel Reference Monitor Both of them None of them
Place the following steps in the correct order to copy and paste text from one location to another. CTRL+C [Choose] Select the destination for the copied text [Choose] CTRL+V [Choose) Click and drag over the text to be copied [Choose]
Question 8 (10) Illustrate Lem. 6.55 of the prescribed book using the clauses {p(x, f(x, a), g(b))} and {¬p(a, x, y), q(y)}. Explain how this shows that the resolution rule preserves equisatisfiability and not necessarily equivalence. Lemma 6.55 (Resolution rule preserves satisfiability) If the…
On an envelope, special mailing notations should be typed: underneath the mailing address. underneath the stamp. underneath the return address. 1 pts
Fill in the corresponding blanks with the correct conversion of the DECIMAL number (base 10) 59 BINARY (base 2) Hexadecimal (base 16) Octal (base 8) Ensure all answers use the smallest possible number of digits. Do not use spaces
From the statements below, which one of the following cannot be ?scheduled by the kernel User level thread .a None of the mentioned.b Process .C Kernel level thread .d
BookID Title AuthorID Genre Price Publication Year 1 Harry Potter Series 101 Fantasy 50 1997 2 To Kill a Mockingbird 102 Fiction 35 1960 3 The Great Gatsby 103 Classic 40 1925 4 Pride and Prejudice 104 Romance 30 1813 ADI632 - Formative Assessment 1 Semester 2 Paper 2024 | V1.0 Authors…
True/False: Any algorithm that can be coded with recursion can also be coded with an iterative structure. True False
Question 8: Minimax and alpha-beta search. Perform the minimax on the tree below; as well as left-right alpha-beta pruning on the tree, A MAX B C D MIN EOF OGOH I J MAX K L M N P R STU V MIN 2 3 5 7 0 4 5 2 1 7 6
Question 9 Select all the protocols that do not belong in the Tansport Layer TCP SMTP ICMP UDP ARP 1 pts
Write a program that asks the user the number of integers they wish to enter. Find and print the sum of the even and odd integers.
Which of the following statements about speaker notes is not true? You can compose your notes using the Notes pane in Normal view or you can change to Notes Page view. Notes should not be a script for everything you are going to say. The Notes pane gives you much more space to type text than…
GroupMe apme.com/chats Correct Question 7 0/1 pts When an user connects to a web site, why does the user need to get the web site's certificate? So that the user can obtained the web site's public key, So that the user can obtained the web site's public key and private key So that the user can…
Bioinformatics borrows elements from which discipline(s)? Computer science Mathematics Chemistry Engineering All of the answers are correct
must be much longer than symmetric keys to be considered to be strong because of the disastrous consequences that could occur if a private key is cracked and because private keys cannot be changed frequently. Public key/private key pairs Words/answers Code/solutions Magnetic/chip
Question 8 Not yet answered Marked out of 1.00 Flag question Which of the following best describes the primary reason for implementing a new information system, from a business perspective? Select one: a. The system enables the firm to create new products and services. b. The system will create…
Bias and variance are given by: E[f(x)] - f(x), E[(E[f(x)] - f(x))²] E[f(x)] - f(x), E[(E[f(x)] - f(x))]² (E[f(x)] − f(x))2, E[(E[f(x)] − f(x))²] (E[f(x)] - f(x))2, E[(E[f(x)] - f(x))]²
Question 47 4 pts Synching dialogue by an actor while watching the existing images on a projection screen is called looping all of these none of these ADR dubbing
► A thermocouple is used to measure the temperature of a hot air flow in the center of a large duct. The thermocouple reads 255°C when the duct walls are at 100°C. The emittance of the thermocouple is estimated as 0.85, and the calculated convection heat transfer coefficient between…
Identify the correct steps involved in the algorithm that finds $a^n$ for a real number a and a positive integer n. (Check all that apply.) Check All That Apply procedure twopower(n, positive integer, a, real number) if n = 1 then return $a^2$ if n = 1 then return a else return twopower(n - 1,…
The address space for a VNet must encompass __________ All the subnets that will be located on A class C subnet The range of the publicly available IP address A class B subnet
Why the response to the query below was non-authoritative? $ nslookup > server 8.8.8.8 Default server: 8.8.8.8 Address: 8.8.8.8#53 > www.herzing.ca ;; communications error to 8.8.8.8#53: timed out Server: Address: 8.8.8.8 8.8.8.8#53 Non-authoritative answer: www.herzing.ca canonical name =…
2. Let A be a Turing recognizable language, say A = L(M) for some Turing machine M. (Note that M need not halt on all inputs!) Give the high-level description of a Turing machine that recognizes A*.
8. To create a public key signature, use the \_\_\_\_\_ key. decryption private public symmetric
Which of the following can be used to switch between Normal startup and Selective startup? A regsvr32 B msconfig C defrag D regedit
Question 21 A computer memory contains: Instructions only Data only Both instructions and data Neither instruction nor data
What needs to be configured so users can print on both sides of the paper? A Paper tray B Duplex C Collation D Orientation
Networking is essential for everyone at every career stage. O True O False Next ► Not saved Submit Quiz
Which of the following is an example of supervised learning? A) Clustering customers based on purchasing behavior B) Reducing the dimensionality of data C) Predicting house prices based on features D) Generating new text based on existing text
Two friends buy the same Android smartphone from the same vendor on the same day. One application will not install on either phone. The friends take their phones to the store where they bought them and go to the service desk. What is the first thing the technician should do? A Replace both…
The transactions that span across multiple services are handled by __________ Logging queries in DBs Event driven Architecture Pre-compiled queries DML commands
Match each iptables parameter with their use. -L Choose... -A Choose... Add a rule in between -D Check the integrity of rules Remove a rule Add a rule at the bottom Show rules
Which of these is a drawback of Multiple Services per Host pattern? Non-Dependency conflicts Difficult to limit resource utilization Faulty deployment
This question uses the following definition for a Node in a singly linked list: class Node: def __init__(self, data): self.data = data self.next_node = None Suppose current is pointing at a node in a linked list that currently looks like the one below. A B C D E ---> N urrent Fill in the gap…
Problem 2. (60 MARKS) You're an entry level employee managing a financial portfolio. Because you're a total novice, your boss limits the portfolio to a single stock, and moreover, each day you're only allowed to make one of three choices: do nothing, purchase exactly one share, or sell all…
→ There was a recent identity breach, and you have been tasked with determining ways to secure the system. Where can you find a list of recommendations to improve identity security? Tenant Security Defaults Configure identify providers Manage federation Identity secure score dashboard
In C++, a function prototype is the function heading without the body of the function. A True B False
/^[-+]?[0-9]+\.[0-9]+$/; Which is the correct statement for above regular expression? It is able to validate the integer number It is able to validate the decimal number It is able to validate the alpha-numeric values It is able to validate the phone number
3. What are the three different SKUs of the Azure Firewall? Select all that apply. Premium Standard Essential Basic
Consider the directed network G = (V, E) with N = 5 nodes and L = 8 links, in which node 1 points to nodes 2 and 3, node 2 points to node 4, node 3 points to nodes 2 and 4, node 4 points to node 2, and node 5 points to nodes 3 and 4. (a) Draw the network and write down its adjacency matrix…
3. Which of the following are recommended strategies for treating identity as the primary security perimeter? Select all that apply. Enable single sign-on. Turn on Conditional Access. Enable a single authentication method that is applied consistently. Use legacy authentication protocols.
Question 3 (3 points) Given the following boolean function f. Using Boolean algebra, which of the following expressions can be used to build the corresponding circuit? (Check all that apply). f = a'b + a'b' + b'a (' means NOT function) a+b' a' + b'a a'b + b' a'b' +
10. Complete the Qwiklab Creating/inspecting key pair, encrypting/decrypting and sign/verify using OpenSSL before answering this question. Your colleague sent you a text file, a hash digest of the text file, and their public key so that you can verify a file they sent you hasn't been modified.…
11. Which of the following is a common indication of underfitting? A) The model has high accuracy on the training data but low accuracy on the test data B) The model has low accuracy on both the training and test data C) The model has high accuracy on the test data but low accuracy on the…
What is the main drawback of using a 32-bit version of Windows, as opposed to a 64-bit version? A RAM limited to 4GB B Doesn't support BitLocker C Doesn't include EFS D Can't connect to a domain
In a Linux OS the Attached Media plist is located at /private/var/spool/cups
Part 1: 1. Automate course registration: Functionality: Enables students to view available classes, check waitlist status, and register for classes online through a user-friendly interface. Use Case Description: Actor: Student Use Cases: • Log into the system to access personal and academic…
10 10 points Match the following descriptions to their corresponding terms. Allows administration to organize and manage data Allows a user to retrieve and input information. Database front end I Subm
Question 14 In addition to using loops to validate string data, ______ can also be used to validate data. Integer Functions Real Functions Output Functions String Functions None of these
Define a function named `count_letters` that takes as a parameter a string and returns a dictionary that tabulates how many of each letter is in that string. The string can contain characters other than letters, but only the letters should be counted. The string could even be the empty string…
What is the name of the button highlighted in yellow in this image that appears when a website is lo ← About Us | Academy of LX www.academyoflearning. O home O reload Ostop refresh
When the Data Link layer performs encapsulation, it adds control information to the payload in the form of header fields. Which of the following are header fields added by the Data Link layer during encapsulation? (Select three.) Source hardware address Window size Checksum for basic error…
In APA, papers page numbers should be In the header and aligned right In the header aligned left In the footer and centered In the footer and aligned right
Clustering Definition: The Output 1 point possible (graded) In the last problem, you have figured out the clustering input. Which of the following are outputs of the clustering? Or in other words, which of the following are determined by the clustering algorithm? (More details of the algorithm…
Question 3 Assembly languages are more user friendly than machine languages. O True O False
217-Warranty Service Authorization Exam: ASP & Onsite Service Partner Authorization Exam Which Windows utility helps identify a program that is using excessive CPU resources? • System Information • Task Manager • Command Prompt • File Locksmith 19/80 SUBMIT
what is a "NAND" gate and how does it function? what is a "NAND" gate and how does it function?
Consider the function: F(X,Y,Z) = XZ + XZ + XY. a. Draw the logical diagram of the function F. (4 marks) b. Using only NAND gates, represent each term in the function: XZ, XZ, and XY. (6 marks) c. Draw the logical representation of the function F by assembling the equivalent NAND terms that you…
39 2 points During a digital forensic investigation of a suspected cybercrime involving a data breach, forensic analysts are examining a compromised computer system. They use relationa analysis to understand the connections and interactions between digital artifacts. What is the primary…
In Azure, a public address can be assigned to VPN Gateway VM All the options Application Gateway
What is the primary difference between stateful and stateless firewalls? Stateless firewalls inspect every packet, and stateful firewalls tract packet flows and conversations. Stateful firewalls know their geographic location and stateless firewalls do not. Stateful firewalls set a packet in…
What is a host? Servers Clients Routers Firewalls What is a host? Servers Clients Routers Firewalls
What may be included in the Sprint Backlog? (choose the best answer) A. User Stories. B. Tasks. C. Use Cases. D. Tests. E. Any of the above (or others) which are a decomposition of the selected Product Backlog items.
Why would you disable System Restore before attempting malware removal? A It makes it easier to quarantine the system B So the malware's presence will not be reflected in the saved restore point C System Restore may be preventing the antimalware utility from running D There is no reason; it is…
Question 2 [10 Marks] [5 Marks] Write an algorithm for checking whether an array H[1..n] is a heap or not. [5 Marks] Determine its time efficiency.
and packets contain the source IP address of the last computer in the chain Probe Exploit Access Entry
What punctuation ends most lines of C++ code? Ο' 0: Ο; Ο.
1. Create a truth table for the following 3-input Boolean function: F = AB + C'B
Question 9 20 pts Select the best solution: Write a function that will accept an empty vector of ints and an int and will fill the vector with the ulam sequence¹ beginning with the int. You may assume that the int is greater than 2. 1The ulam sequence begins with an integer. If it is even,…
2. Which license is required to use Azure AD Privileged Identity Management? Azure AD Premium P2 Azure AD Premium P1 Azure AD Free Office 365 Free
Question 32 In an e-mail, you would put a person's name in the CC box if you expect them to read the contents of your e-mail and provide a response to you read the contents of your e-mail but not act on it. file the e-mail in a folder without reading the contents. 1 pts
Lab 3 Teleportation experiment CSCI 420 Applied Quantum Computing for Computer Scientists Due Tuesday August 6, 11:59pm 15 points OBJECTIVE: Computing the error rate of the teleportation circuit. DELIVERABLE TASKS: 1. [5 points] Implement the teleportation experiment on the…
Try/except blocks only work with local expressions. If a crash occurs inside of a function called in a try block, only that function can prevent a crash. O True False
3. English Comprehension BUTTER: BREAD as Pick ONE option jam: jelly paint: wood toast: jelly head: foot yellow: blue Clear Selection
Question 6 1 pts A heap is represented using an array. True or false: The array {1 2 4 3 9 5} is a min heap? O True False
Example: consider the ciphertext "WRIORFEOEEESVELANADCEDETC". with a rail fence of depth 3, decrypt using Rail fence. WRIORFEOE EESVELAN ADCEDETC
Instructions: Ο This assignment contains 2 questions. Answer all 2 questions. Ο This assignment is to be attempted and submitted individually. Ο Each assignment solution should be prepared using a professional word processor, i.e., text needs to be typed (not written by hand or using a stylus).…
A cloud service at an organization should only allow for logins based on a user's specific and authorized location. Which technologies do security engineers suggest using to comply with this requirement? (Select all that apply.) Select one or more: GPS IP VLAN SSH
3. Write the addressing mode of the following instructions. a) MOV [4560H], AX b) ADD BL, 89H c) ADD BX, [DI] d) MOV 6[BP][DI], AL e) MOV CX, [BP + 9] f) ADD CL, BL
Question 48 is the process of converting an algorithm into a language the computer can understand. Writing Coding Debugging Flowcharting
(c) [2 marks] How many comparisons will the 2-sort part of a Shell sort use on a list that has a total 20 keys, in the best case? (This is about the 2-sort phase from Shellsort, not a full sort.)
stion 5 et ered ed out of 9 on Ad blockers operate in a manner similar to which of the following? Select one: A. firewalls B. anti-virus software C. Flash cookies D. anonymous browsing
Arithmetic operators are evaluated before comparison operators. ◻ True False Arithmetic operators are evaluated before comparison operators. True False
Note: This question is mandatory for you to attempt. Which type of testing involves examining the structure and logic of an application's source code to identify vulnerabilities? Black Box Testing White Box Testing Grey Box Testing Red Team Testing
Question 6: What does HTML stand for in the context of a website? a) High Text Marking List b) Hot Metal c) Hyper Text Mark Light d) High Temperature Materials Laboratory e) HyperText Markup Language f) Hot Mail Question 7: What would you consider to be the most appropriate outside websites to…
vo cos θ d = (vo sin θ + √(vo sin θ)² + 2gyo) g Code has already been provided to define a function named projectileTracker that accepts values for vo, θ, yo, and x, and assigns them to the variables ve, theta, yo, and x respectively. The function defines two output variables: yPosition…
24 2 points What is a key feature of Pretty Good Privacy (PGP) encryption? It uses symmetric encryption algorithms only. It requires a centralized key management server for encryption and decryption. It provides end-to-end encryption for secure communication and data protection. It relies on…
Which type of drive is connected to a computer through a USB port and is most often used to transport files between computers? Hard disk Flash drive Blu-ray Expansion card
myAlgorithm procedure T, an array of real numbers sizeT, integer Local variables buffer, integer j, integer i, integer FOR i := (sizeT - 1) DOWNTO 1 BY STEP OF -1 FOR j := 0 DOWNTO (i - 1) BY STEP OF 1 IF T[j+1] < T[j] THEN buffer := T[j+1] T[j+1] := T[j] T[j] := buffer myArray[0] =…
Calling TreeRemove(root, "PEACH") on the trie below removes \_\_\_ nodes from the tree A B P P R E PR 0 A L C C R E E C C H 0 5 3 2 T L 1
Azure takes care of _____. Underlying routing Subnet allocation DNS resolution VM IP range allocation
--- are motivated by thrill, validation of skills, sense of power Script Kitties Traditional Hackers Code Developers Script Writers
6. What is a common challenge in machine learning? A) Lack of data B) Overfitting the model C) Underfitting the model D) All of the above
* Question No. 11 Note: This question is mandatory for you to attempt. Which security measure is crucial for protecting user data in SaaS applications? User training Data encryption at rest and in transit Regular software updates Network segmentation Marks for correct answ Mark for Review &…
Which of the following security features are implemented to protect the privacy and com electronic information? Select all that apply. backup and recovery routines user-based access controls auditing functions user IDs and weak passwords auto time-out
An IT intern from a local college has been given the assignment of installing IP phones. What will the intern need to know which jacks to connect the phones to? A An IP address chart B A change management plan C A network topology diagram D Standard operating procedures
Employees located off-site must have access to company resources in order to complete their assigned tasks. These employees utilize a solution that a A. Proxy server B. NGFW C. VPN D. Security zone
Which of the following is a component of a governance system according to COBIT 2019? End-user devices Application software Infrastructure technologies Policies and procedures
5. Find the shortest path from node A to node E using the Dijkstra algorithm in the following B 4 D 2 7 2 A 1 2.5 E 5 4 C
Which of the following is the TRUE regarding Lead Time? Question 3 It is the difference between point of time at which request arrived and the time at which it was delivered It is the difference between point of time at which servicing request started and the time at which it was delivered It…
Seeking MATLAB/Octave code for the mentioned plot. y 10 8 6 4 2 0 -2 -4 -10 -5 0 X 5 10 function1 function2 function3
Given the function definition below, what will the following code display? int numi = 0, num2 = 1654893; cout << numi << " " << num2 << endl; num1 = getLast(num2); cout << num1 << " " << num2 << endl; // program continues... int getLast(int &num2) { num2 %= 10; return num2; } 0 1654893 1654893…
9. Complete the Qwiklab Introduction to tcpdump before answering this question. You want to use tcpdump to retrieve packets with 113.8.81.2 as the source or destination IP address and port 8080 as the source or destination port. Which command should you use? sudo tcpdump -i eth0 -vn host…
Adding more memory to a computer system: Pick ONE option Will increase the computer's processing speed Makes the computer smarter Allows more programs to be loaded Provides more room for files Clear Selection
1.3 What is operator precedence? What are the rules that determine operator precedence in Python? (10 marks)
19. NM is an economical wiring method used in residential units and small commercial locations. It's also known in the field as A. Romex. B. Plenum. C. Weatherhead. D. Mylar.
(a) Firstly, Leslie computes the exact value of $proj_b 7v$ (not in terms of b or v) to be $proj_b 7v = \langle 21, 56 \rangle$ (b) Next, Fenglin starts to figure out what's going on, and computes (not in terms of b or v) $proj_{7b} v = \langle 21, 56 \rangle$ (c) Finally, using the above or…
Question 17 1 pts What is the title of your document in the Document Properties section? My VoiceFit Info VoiceFit Information Document There is no title Fitness and Fun
A technician is concerned about the potential physical theft of a laptop that is used in a public area. What can the technician use to secure the laptop against theft? A O Data encryption B O Password expiration C Strong authentication D Cable locks
Limitations of the K-Means Algorithm I 1 point possible (graded) Remember that the K-Means Algorithm is given as below: 1. Randomly select $z_1,...,z_K$ 2. Iterate 1. Given $z_1,...,z_K$, assign each data point $x^{(i)}$ to the closest $z_j$, so that $Cost(z_1,...,z_K) = \sum_{i=1}^n…
In Identity Bridging, \_\_\_ takes care of authentication while \_\_\_ takes care of authorization. Select the correct option(s) and click submit. requestor domain, requestor domain provider domain, provider domain provider domain, requestor domain requestor domain, provider domain
27 of Which of the following is the best defense against cloud account and service traffic hijacking? Select one: Use design and runtime protection for data, cloud data encryption, and strong key generation. Research risks, perform CSP due diligence, and use capable resources. Find and fix…
Greg has data that is classified as health information that his organization uses as part of their company's HR data. Which of the following statements is true for his company's security policy? Companies are prohibited from storing health information and must outsource to third parties. Greg…
Question 7 of 50 Which two of the following are correct ways to declare a function in JavaScript? let fun greet() = { console.log("Hello, world!"); } function: greet() { console.log("Hello, world!"); } function greet()) { console.log("Hello, world!"); } let greet() = { console.log("Hello,…
When writing a negative letter, it is best to: Ouse neutral statements that lead to the negative information. Ouse positive language to help buffer the impact. Obe fair and reasonable. all of the above. 1 pts
What are the four primary systems of IoT technology? Select one: Devices, data storage, remote control, and internet Devices, gateway, sensors, and apps Devices, gateway, data storage, and remote control Devices, sensors, apps, and internet
Case Study: 3 Hypothesis: Ontario Government is seeking inputs from business administrators to propose the measles roll-out plan for Stakeholders: Medical practitioners, suppliers, manufactures. Key processes: 1. Medical check-ups. 2. Covid testing. 3. Age group-wise vaccination. 4. Vaccination…
Question 14 1 p The implementation process of intelligent systems is similar to the generic process of other information systems. True False
Question 12 What is the output? voidPrintWaterTemperatureForCoffee(inttemp){ if(temp<195){ cout<<"Too cold."; } elseif((temp>=195)&&(temp<=205)){ cout<<"Perfect temperature."; } elseif(temp>205) { cout<<"Too…
Question 4 Consider this struct: typedef struct Xyz { int x; int y; } Xyz; We want to create an Xyz object where x is 20 and y is 50. Which of the following will initialize this struct correctly? Correct Answer "Xyz m; m.x = 20; m.y = 50;" Show Explanation Ask StudyBuddy O Xyz m; m[ "x"] =…
Match each term with the correct statement below. Prompts Answers 1 Numbered beginning with 0 Select match 2 An array field Select match 3 An enhanced for loop Select match 4 Declared in the same way you declare any simple variable Select match 5 A nonprimitive object Select match 6 A primitive…
Which 2 import statements allow for the import of the Java class HashMap? a. import java.util.HashMap; b. import java.util.*; c. import java.util.HashMap.*; d. import java.util.hashmap; Why?
What is a critical aspect to be cautious about during the documentation stage in digital forensics? Ensuring physical security of evidence storage to prevent unauthorized access. Verifying the chain of custody to maintain the integrity and admissibility of evidence. Using advanced encryption…
is the use of mathematical operations to protect messages traveling between parties or stored on a computer Mathematics Algebra Cryptography Coding
Question 2 (5 points) Which of the following items is defined as a legal defense against criminal responsibility used when a crime has been committed to prevent a more serious crime? 1) Entrapment 2) Necessity defense 3) Being underage 4) Self-defense
Question #2 : E1.12 In the video game, the player can serve as both the controller and the sensor. The objective of the game might be to drive a car along a prescribed path. The player controls the car trajectory using the joystick using the visual queues from the game displayed on the computer…
38 2 points In the context of criminal investigations, what does victimology primarily involve? Examining the behavior of the perpetrator Analyzing the psychological profile of suspects Studying the characteristics and experiences of crime victims Assessing the impact of crime on society
1) Convert each of the following to its decimal equivalent. a) 12738 = 10 b) 101101.012 = 10 c) 790DA.4F16 = 10
What should an organization require when an outside company provides a service for shredding and disposal of sensitive corporate documents? A quitclaim document A certificate of destruction Proof of final disposal Proof of final burial
Question 19 • A XOR B is true if one of A,B is true and one of A,B is false. O True False
Question 2 2 pts What is the name of the Chinese city at the northern edge of the core of China Guangzhou (Canton) Beijing (Peking) Nanjing (Nanking) Chongquing (Chungking)
When should a server ask a patron to physically hand the server their ID? a. only when the patron does not appear to be 21 b. never c. always d. only when the ID appears to be tampered with
QUESTION 1 We noted that the software engineering __ is not a __ prescription that must be followed dogmatically by a software __ A-process/rigid/team OB levels/rigid/ engineer. OC-methods/Flexible / team D. Process/ Flexible /group 4 points QUESTION 2 A process framework __ the foundation for…
Which of the following simplify the administration of distributed, overlapping and contradictory data about users? Select the correct option(s) and click submit. Access Management Identity Management Control Management Behavioral Management
You are designing an Android application for an agency that manages ship ports. You are responsible for building the app functionality where managers should be able to log in and view the different ports, and for each port they should be able to generate a list of all passengers traveling in a…
Agile development & deployment is difficult in case of _____________ Monolithic Microservices
The benefits of Microservices include __________ Improved Fault Isolation Easy scaling All the options Scale development: Develop, Deploy and Scale Faster to build and deploy
1. The smallest 6 digit number exactly divisible by 111 is: 111111 110011 100011 110101 None of these
7. Which of the following best describes the concept of just-in-time (JIT) access? JIT access limits privileged access based on location, actions, and timing, providing precise control over when and where users can access privileged accounts. JIT access grants permanent access to applications…
Exercise 12B 1. Find the critical paths for each of the activity networks shown below. (a) 11 2 E H 2 0 11 5 Start A B F 7 Finish 10 3 (c) 5 B E D G 10 10 (b) 8 B E 5 8 Start 1 D 7 12 0 10 Start A C 10 G Finish 11 5 7 6 G Finish 7 8 D F 3
How many times will the following function call itself, if the value 5 is passed as the argument? void showMessage (int n) { if (n > 0) { cout << "Good day!" << endl; showMessage(n + 1); } } A) 4 B) 5 C) 1 D) An infinite number of times
Question 13 The state of the SYN and ACK flags during each step of the TCP Three-Way handshake are as follows: Step 1: [Select] Step 2: [Select] Step 3: [Select] 3 pts
Question 14 Which printer can create a model by building layers of a material such as resin or metal? Laser 3D Dye-sublimation Thermal
Which of the following would be an example of the "Big-fish-little-pond" Effect? Suzie being a clerk in a big company
```c #include <assert.h> /* Complete the 'linkedListSum' function below. The function is expected to return an INTEGER. The function accepts INTEGER_SINGLY_LINKED_LIST head as parameter. */ /* For your reference: SinglyLinkedListNode { int data; SinglyLinkedListNode next; }; */ int…
Iterative testing and refinement are crucial for developing successful AI solutions. O True False
Show instructions Question 1 (1 point) When writing a formal letter, you do not have to give details or use proper salutation. O True O False Question 1 of 19 | Page 1 of 19
1) Which nodes are visited when searching the following BST for 4? 7 10 15 3 8 12 18 2 4 9 a. 10, 3, 4 I b. 10, 7, 15, 3, 8, 12, 18, 2, 4 c. 10, 7, 8, 4 d. 10, 7, 3, 4
Consider the following Branch-and-Bound tree. Provide a for each step of the Branch-and-Bound approach the number of the sub-problem, the best upper bound, the best lower bound and the integrality gap. Assume a breadth-first search. $Z_0 = 5.3$ $x_1 = 3.5$ $x_2 = 1.8$ $x_1 \le 3$ $Z_1 = 5$ $x_1…
Q9. Consider the following Büchi automaton representing a formula - true p A B q 1- What is the formula -Ф? (3P) 2- Using the following Kripke structure, check if the formula Ф is satisfied or not. (7P) 2 3 p, q q,t p, r 1 4 p, q, t p, s 5
provides an integrated method of managing users and their access to various applications Select the correct option(s) and click submit. Identity Manager Access Manager Security Manager Vulnerability Management
Design a synchronous counter with the following count sequence: 0,2,7,1,3,5...0,2,7,1,3,5 ... Use the following tables to complete the design: 1.1. Transition Table Output Transitions QN QN+1 Flip Flop Inputs J K
3. Action Priority (AP) establishes: a. A priority number b. Priority level of action required to reduce the risk of failure c. Sorts the potential 'problem descriptions' into 120 clusters d. None of the above
True/False: Like a loop, a recursive function must have some method to control the number of times it repeats. True False
1
...
4
5
6
7
8