Home
Ask directory
AP CS
December 2024
20
AP CS
Q&A Archive of
December 20, 2024
Select Question
December 20 of 2024
True or False The Gini index and Entropy are the only possible impurity measures
Since it is possible to completely prevent an incident, it is not important to minimize the amount of time an adversary is able to remain on the network.
Using python and fast API implement "book management system" and connect to MySQL database. Provide detailed step on how to run. Include screenshots.
Which new Byzantine stylistic feature appeared in the mosaics at San Vitale?
What variable would a bash script read to see how many arguments it was passed?
5. DHCP: (a) allows an ISP to obtain a set of IP addresses from the ICANN (Internet Corporation for Assigned Names and Numbers). (b) allows a router to allocate port numbers in a NAT (Network Address Translation). (c) allows a host to dynamically obtain an IP address when it joins the network.…
(10 points) Consider the following list of symbols with given frequencies: a : 002 b: 003 c:028 d:007 e:021 f :008 g :004 h:027 . (a) Use Human coding to encode the symbols. (b) Use your encoding to encode the word chef.
2 - Which of the following is the best description of the merge step in Merge Sort? a) Combining two sorted halves into one sorted array. b) Comparing adjacent elements and swapping them if they are out of order. c) Dividing the array into two halves and sorting them. d) Selecting the pivot…
the hexadecimal number 48 61 can be interpreted as representing a decimal number ____ or a pair pf ASCII codes___
What is the purpose of priority boosting in a multilevel feedback queue scheduler? Group of answer choices To decrease the priority of high-priority processes To increase the priority of long-running processes To increase the priority of processes that have been waiting for a long time To…
Describe one challenge when using knowledge representation techniques to handle uncertainty in AI systems. Propose a potential solution or method that could be used to address this challenge.
Your company is growing quickly. You are asked to ensure the DNS server is fault-tolerant. The DNS server is not integrated in the Active Directory. Which one of the following will help ensure the requirement is met? Group of answer choices Create a secondary zone Create two primary…
Kendrick Lamar and Bruno Mars are colleagues at Ceasar's Palace. Kendrick is executing Process KL and Bruno is executing Process BM. Suppose that we use the following notations for this question: Category SP denotes a stochastic process Category DP denotes a deterministic process CS denotes…
Explain how the quicksort algorithm is practically a O (n log n) algorithm rather than an O (n2) one. What would be the worst-case costly operation in the quicksort algorithm’s steps? What is the probability of this costly operation occurring?
Using the Zybooks text reference ("green card"), compare the encoding of the ADD and the ADDS instructions. Which bit is different between these two encodings? (Remember that the leftmost bit of the opcode will be bit 31.) Enter the bit as a decimal number between 31 and 0.
30. At any point in an IKE exchange the sender may include a ____ payload to request the certificate of the other communicating entity.
QUESTION 13 The Department of Homeland Security was created in 1945 1965 1990 2002
What is a critical section of code? Group of answer choices A section of code that can be executed by multiple threads simultaneously. A section of code that must be executed atomically by a single thread at a time. A section of code that is not executed by any thread. A section of code that is…
In the process of monitoring traffic, a security team has seen a significant increase in network traffic flowing outside of the network perim monitoring agent has been disabled. What should they use to prevent the threat actor from interfering with the data collection effort?a. SOARb. SNMPc.…
When a user logs in, he must enter his User ID, a password, and his mother's maiden name. This is an example of multi-factor authentication. True False
what the data breaches csv contains and what type of context is being derived from it
Which of the following is/are valid string? Please select all that apply. Group of answer choices char arr [] = { ‘H’, ’i’}; char * arr = "Hi"; char arr = 'a'; char arr [] = { ‘a’, ’b’, ’\0’};
Dana is assisting the laboratory director with the data dictionary for a new lab test that will be implemented next month. Determine the type of metadata being addressed here. Structural metadata Descriptive metadata Prescriptive metadata Administrative metadata
Query First and last names of authors that wrote books in more than one genre
The conflicts between design efficiency, information requirements, and performance are often resolved through _____. compromises that include normalization conversion from 2NF to 3NF compromises that include denormalization conversion from 3NF to 4NF
How do you call the following method? public void nonsense( ) { System.out.print( “*********************” ); // You can approximate number of asterisks System.out.print(“EXAMS ARE FUN” ); System.out.println( “*******************” ); }
_______ languages allow the user to specify what they want, not how to get it which is very useful for query processing.
A super ( parent) class owns all public methods .including the method in its sub ( child) class. True or false
What is a zone in the context of network security? answer A physical location within an organization An area of the network where all hosts have the same level of trust An area of the network with a specific bandwidth allocation A segment of the network that is isolated for performance testing
A sub (child) class can access a private variable of its super ( parent ) class . True or false
68 cycles for 2-word wide memory. >> I solved this 2 + 4 (5 + 10) = 62 cycles 17 cycles for 4-bank interleaved 2-word wide memory >> I solved this problem 2 + 1X5 + 4 x 10 = 47 cycles why answer is 68 and 17 cycles? I don't know..
efine the Artist class with a constructor to initialize an artist's information and a print_info() method. The constructor should by default initialize the artist's name to "unknown" and the years of birth and death to -1. print_info() displays "Artist:", then a space, then the artist's name,…
Because special events are temporary, they do not have to be concerned with social/legislative issues such as recent gun bans, open carry laws or transgender policies such as North Carolina's "bathroom bill." True False Clear selection
A Java programmer is designing a user interface and has devised a class that looks like public class MyInterface { public MyInterface() { ... JButton button = new JButton("Click Here!"); } ... void doSomething() { ... } ... } The programmer wants to be sure that doSomething is called whenever…
The secure log file contains lists of all attempts to log in to the system, including the date, time, and duration of each access attempt. Question 32 options: TrueFalse
What is a seek time in the context of a hard disk drive (HDD)? Group of answer choices The time it takes to read or write a specific sector. The time it takes for the disk to rotate to the correct sector. The time it takes to transfer data between the disk and the memory. The time it takes for…
Write Three Address Code (TAC) for following expression: 1. a[i] = 2*a[j-k] 2. y = (a * b + c) / (d - e * f) + (g - h) * (i + j) 3. flag = (x > y) || (z < w)
Wite a Python class Expense that is an extension of the built-in dict class. This class contains a method budget() which will calculate the total expense over a year. A sample object creation is below. In this example, the user spent $100.00 in the month of January, $300.99 in February and so…
Discuss the steps you might take to design a data model based on business rules for a project modeled after a realistic business or personal project.
What type of network sends signals through airwaves and usually does not require cables? Question 109 options: 1) Wired network 2) Intranet 3) Wireless network 4) Virtual private network
As as UW-Madison instructor, Jenny logs onto UWNET and then uses a multi-factor authentication set-up which allows her to use additional resources and applications in a portal. The best description for what she has access to is the University's: _________________________ Group of answer…
What is the purpose of a Translation Lookaside Buffer (TLB)? Group of answer choices To store the contents of physical memory. To store the contents of virtual memory. To cache recent virtual-to-physical address translations. To translate instructions into machine code.
if we want to use a variable without creating a class object itself with keyword will we use
NFS views a set of interconnected workstations as a set of independent machines with indepenet file systems
The depth cue known as interposition would help Nick know that a tree is closer to Nick and a bear is further away if
Which of the following shows a dictionary correctly being initialized in Python? Group of answer choices d = [first; second; third] d = [1, 2, 3] d = {"first": 1, "second": 2, "third": 3} d = {1: 2: 3}
testing involves finding all the weaknesses in a system and determining which places may be attack points. Vulnerability Log Gap Compliance
A medium-sized company uses a legacy system vulnerable to security threats and cannot integrate with newer platforms. They are considering either modernizing the legacy system or developing a proprietary system in-house. Which of the following is a true statement on developing a proprietary…
What is a hypothesis? Group of answer choices A way to collect data. A testing method. Evidence of something being true. A high-level declaration of what you believe to be true.
What is the main disadvantage of the First-Come, First-Served (FCFS) scheduling algorithm? Group of answer choices It can lead to starvation It can be inefficient for processes with varying burst times It requires complex scheduling calculations It require large amounts of memory
Instructions: TCP Client Requirements: · The server assembly code will be provided on D2L. You can copy some of the syscalls and struct from TCP server to create the TCP client. · The TCP Client must be fully written in X86-64 (64 bit) Assembly language · It must be capable of…
As noted in class lectures, the growth of government, the expansion of its legitimacy, is the result of
8- The time complexity of an algorithm is given by O(n^2). If the input size doubles, the running time of the algorithm will increase by a factor of:
The company you work for does medical insurance billing, payments processing, and reconciliation, using both web-based transaction systems as well as batch file processing of hundreds of transactions in one file. As the SSCP on the IT team, you've been asked to consider changes to their backup…
What is a kernel mode? Group of answer choices A mode where the operating system runs user-level programs. A mode where the operating system is suspended. A privileged mode where the kernel has direct access to hardware. A mode where the operating system is in a low-power state.
A dictionary attack is being used by an attacker to break into a network. What does this mean?
What is race condition in OS and provide a possible solution to it? Explain using the example below.
For some language l4 with E = {a,b} and |Q| = 27, if I claimed that an LBA M can not decide input "abbba" , how can you verify that the input does cause an infinite loop?
In a typical memory hierarchy, which levels are visible/controllable to/by the program itself? Mark all that apply. Group of answer choices Cache Storage (disk or SSD) Physical memory Virtual memory Register file
After running Dijkstra's shortest path algorithm with T as the start vertex, what are the predecessor and distance of vertex Y? Group of answer choices null and ∞ T and 10 W and 7 X and 8
How many bits would it take to represent the decimal number 10,101,101 using the BCD code?
Describe how each of the following impacts Cache Performance: Cache Levels (L1, L2, L3) Replacement Policies (e.g., LRU vs Random) Cache Hit Latency
The first-order reaction X -> Y has a rate constant of 0.00020 s-1. The starting concentration of X is 3.700 M. After 35.0 seconds have elapsed, what is the concentration (in M) of X?
How can full duplex communications be accomplished between nodes in a digital network
19. Which of the following describes Flash memory? a. It is slower than EEPROM b. It is a non-volatile memory used for data storage c. It requires UV light to erase data d. It cannot be erased after writing
The introduction of transistors into computer systems resulted in the development of which computing concept?
A certain register used to store signed binary numbers provides a 16-bit output. Determine the range of register output values and how many different values the register is capable of containing. Range: -65,53610 to +65,536 Values: 131,07110 Range: -32,76810 to +32,768 Values:…
What is an access control list (ACL)? Group of answer choices A list of users who have access to a particular resource. A list of network addresses that are allowed to access a system. A list of encryption keys. A list of permissions granted to users or groups for a particular resource.
Network logs record traffic in and out of a network. Group of answer choices True False
A target variable is a value to be predicted by a model that utilizes feature variables. True False
As a rule of thumb, when should you include an __eq__ method in a class?
Two major mobile threats that online retailers are facing today are Mobile Application Security Threats and Web-based Mobile Security Threats. Mobile App Security Threats are apps that are downloaded that seem legitimate but actually skim information from your mobile device. Examples are…
Calculate the mean number of childrenCalculate the mean number of children William Henry Harrison 10 Franklin D. Roosevelt 6 Theodore Roosevelt 6 John F. Kennedy 4 Ronald Raegan 4 Abraham Lincoln 4 William McKinley 2 Calvin Coolidge 2 Millard Fillmore 2 George W. Bush 2
A WAN (wide area network) traverses a significant distance and usually supports very high data throughput. True False
What is Direct Memory Access (DMA)? Group of answer choices A technique for transferring data between the CPU and memory A technique for transferring data directly between devices and memory A technique for increasing the speed of the CPU A technique for reducing the amount of memory required…
The rapid development of web-based applications has given rise to the following challenges that users have to consider: (Select All That Apply) Group of answer choices Spam Shortage of Storage Data Privacy Concerns Malware Shortage of Mobile Apps Phishing
Computing the closed form solution in part (2) could be computational burden for large number of users or movies. A remedy for this would be using iterative optimization algorithms such as Stochastic Gradient Descent (SGD) where you sample movies in updating the latent features for users and…
We can identify 4 basic categories of resources, which one is not one of the 4?
1. Spreadsheets have become quite powerful for data management. What can be done with database management systems that cannot be done with spreadsheet applications? 2. What is the difference between a database and a database management system? 3. What are the advantages and…
You've been hired to assess Sam’s Scoops current IT infrastructure and recommend improvements to ensure the security of customer data. You decide to utilize both the Command Line Interface (CLI) and PowerShell to address the IT needs. What's a key advantage of using the CLI in penetration…
Each car is represented by an object in the Car class derived from Vehicle. To distinguish the cars from each other, each is given a color at random (from a list of about 12 colors). The car dimensions are such that each car fits inside two road places. The car object will have two links to the…
What is a race condition? Group of answer choices A condition where two or more threads are waiting for each other to release a lock. A condition where a thread is indefinitely delayed. A condition where a thread is unable to acquire a lock. A condition where the outcome of a program depends on…
Which techniques are used in white box testing during penetration testing? Select all that apply.
How does a wireless network key work with an encrypted wireless network? Question 107 options: 1) The wireless key is the encryption code needed by the receiver to decode the file. 2) The sending and receiving devices must know the wireless network key to communicate. 3) The wireless network…
Hello Fresh, Factor, Eat Clean, CookXUnity, and Home Chef are all examples of prepared meal services where users order online and have shipped to their address. This method of distribution is referred to as a(n) ________ channel.
Write a simple program in C++ to collect data from the user, validate it, do the required computations, and display the results. Scenario: 1. The program produces a receipt . It requires the following information (data entry) from the user: Customer first name, customer last name, customer…
The checksum in the UDP packet is set by the sending host and can be changed at which point?
What is the primary goal of authentication in an operating system? Group of answer choices To protect system resources from unauthorized access. To verify the identity of a user or process. To encrypt and decrypt data. To prevent unauthorized network access.
Some data, such as registers, cache, and RAM, do not change frequently, so the data is considered safe when shutting down a device. True False
What are the characteristics that can make malware harder to detect and eliminate?
All of the following are rules to determine Big-Oh notation for a function EXCEPT: Group of answer choices nlogn You can ignore constant factors. 5n2 is just O(n2) If you have more than one of the Seven Basic Functions, only use the fastest growing. For instance, 5n4+3n3+2n2 is O(n4). If more…
for a Smart Hotel design explain how the needs of the stakeholders influence the design and implementation of the system in terms of scalability cause and time
What technology can collect information to make decisions, reach conclusions, and combine information in new ways? Question 52 options: 1) robotics 2) artificial intelligence (AI) 3) virtual reality (VR) 4) embedded computers
What is the benefit of integrating Azure Firewall with Microsoft Sentinel in the context of network security in Microsoft Azure?
____ developed the Banker's Algorithm. Question 17 options: a) Lane & Mooney b) Dijkstra c) Holt d) Havender
Which device connects multiple wireless networks to extend coverage and create a larger unified network? a. Firewall b. Wireless bridge c. Switch d. Hub
Which of the following keywords would prevent method overriding? Question 9Answer a. constant b. final c. new d. protected
What do Groom and Nass think the advantages are that robots have over humans?
You were asked to read a Wired article on a cybersecurity event that affected a large multi-national company. The company had several control failures. Which of the following corrective controls was inadequate? Question 26 options: Administrative controls were tested and updated. Database…
Business analyst has a crucial role in these activities of an “Extended ‘V’ Model” except one. Which one is that? Analyze business needs Define requirements Test modules Review benefits Ensure user acceptance
Hacking involves: Group of answer choices Stealing carbons of credit cards Destroying computer hardware Gaining illegal entry to computer files from remote locations Inserting a logic bomb in a computer program
Give me some example of system integration centennial college final test questions
Which file allocation method allocates large blocks of disk space, big enough for the entire file, to a file? Group of answer choices Contiguous allocation Linked allocation Indexed allocation Segmented allocation
Information technology projects range from enterprise system implementations to hardware upgrades. The percentage of software projects canceled before completion is over
What determines the speed at which data travels? Question 68 options: 1) Bus width 2) Clock speed 3) Instructions per cycle (IPC)
Do classes apply to the target and/or source of a transaction? Both the source and the targets of a transaction The transaction source The transaction targets
How does a multilevel feedback queue scheduler work? Group of answer choices It assigns a fixed time slice to each process It selects the shortest job to execute first It divides processes into multiple queues based on priority It prioritizes processes based on their arrival time
8. The object that retrieves specific data and then displays only the data that you specify is a: A. form B. query C. report
A string x1x2 . . . xn is a palindrome, if xi = xn−i+1 for 1 ≤ i ≤ n. Give an efficient algorithm for finding the longest palindromic subsequence of a given string. Determine and state clearly its time complexity and space requirement.
A boat can travel 30 miles against a current in the same time that it can travel 70 miles with the current. The rate of the current is 2 mph . Find the rate of the boat in still water.
Gives a recipient reason to believe that the message was created by a known sender (authentication), that the sender cannot deny having sent the message (non-repudiation), and that the message was not altered in transit (integrity).
What is the role of the kernel in a system call? Group of answer choices To handle the system call and perform the requested operation. To provide a user-friendly interface for system calls. To cache the results of system calls. To translate system calls into hardware instructions.
At what stage of the cyber kill chain does the user open a malicious file which downloads bot software?
how can big data and generative AI help organizations analyze their health data and improve health care?
We can use the type() function in order to find the ‘type’ of any variable or an object. True False
Among Snowden’s revelations were that the NSA, together with the British Intelligence Agency, collected the phone records of millions of citizens, accessed and collected data from Google and Facebook accounts via a program called ______. Group of answer choices Trojan Horse malware prism none…
What proposed solutions to addressing bias in AI hiring systems does Shaw discuss?
Estimate the number of multiplications (real or complex) required to convolve an 8192
For flash memory, [ Select ] ["write", "erase"] operations change 0’s to 1’s, while [ Select ] ["erase", "write"] operations change 1’s to 0’s. Between these two basic operations, [ Select ] ["write", "erase"] is slower.
Is a digital logic component that is often used in computer registers
best practices suggest that organizations involved in certain industries remain abreast of laws regarding the security of customer data and actions that may be taken by regulatory bodies in the event of a data breach
5. DHCP: (a) allows an ISP to obtain a set of IP addresses from the ICANN (Internet Corporation for Assigned Names and Numbers). (b) allows a router to allocate port numbers in a NAT (Network Address Translation). (c) allows a host to dynamically obtain an IP address when it joins the network.…
According to the ABC-X Model, there are a variety of resources that can help a family during a crisis. Trinity recently suffered a miscarriage and was entitled to three days of paid leave from work because of a government policy where she lives. This time off to grieve would be classified as…
Discuss four strategies that may be used to complete user preferences in order to match services or products to the users preferences.
For a loop branch, a ____________ branch predictor tends to mispredict once on entry and once on exit of the loop. Group of answer choices one-bit two-bit
Which of the following intensity interpolation method can give the fastest results in geometric transformation? Question 7 options: Bilinear interpolation Nearest neighbor interpolation Adaptive interpolation Bicubic interpolation
Question 9 (5 points) Given that all of the devices are the same type, and using Bankers's Algorithm, answer these questions: a. Calculate number of available devices b. Determine the remaining needs for each job in each system c. Determine whether the system is in safe state or unsafe…
A single processor can be shared by several jobs, or several processes, but only if the operating system has a scheduling policy, as well as a scheduling algorithm, to determine when to stop working on one job and proceed to another. Question 16 options: TrueFalse
_________ is an umbrella term that includes architectures, tools, databases, applications, and methodologies that are included in a system used to assist organizations in making the optimal decision.
The _____ relationship should be rare in any relational database design. 1:1 1:M M:1 M:N
Which of the following reserved words in Java are used to instantiate an object? Group of answer choices class public public or private -- either could be used import new
When would a network administrator use L2TP? Group of answer choices
The dictionary dcn is initialized as follows: dcn = {"A": "Z", "B": "Y", "C": "X"} What will be returned by the call dcn.get("D", "-")? Group of answer choices "X" "D" "Y" "Z" "-"
One of the primary responsibilities of the blue team in cybersecurity is _______________ network traffic for suspicious activity.
19. PROM (Programmable Read-Only Memory) can be written to: a. During the manufacturing process only b. After being programmed, it cannot be modified c. By the user, multiple times d. Only through electrical signals during normal operation
A beacon frame allows an access point to advertise its existence, and the frequency channel it is operating on, to devices that want to connect to an access point. It coontains both the AP's MAC address and SSID. True False
What should be your highest priority as you consider improving the information security of your organizations telephone and voice communications systems?
Algorithms describe processes that run on real computers with finite resources. Question 21 options: TrueFalse
Examine the following program, then choose the best description of the WHILE loop in this program. clear ; clc b = 2 ; counter = 0 ; while (counter < 0) counter = counter + 1 b = b + counter ; end The WHILE loop is infinite. The WHILE loop is executed 0 times. The WHILE loop is…
During this semester, we reviewed a number of areas in information security and the threats that companies face, we face, the numerous threats and ways we can help to minimize these attacks.
Which networking device operates at Layer 2 of the OSI model and forwards data based on MAC addresses? a. Router b. Switch c. Firewall d. Wireless bridge
Describe how each of the following impacts Cache Performance: Cache Levels (L1, L2, L3) Replacement Policies (e.g., LRU vs Random) Cache Hit Latency
The average translational kinetic energy and the rms speed of molecules in a container of oxygen at a particular temperature are 6.78 ✕ 10-21 J and 448( m)/(s), respectively. What are the corresponding values when the temperature is doubled?
Which type of firewall is typically limited to supporting a single subnet within a home network?
In a ____ attack, an intruder uses only one channel for which to execute SQL injections and obtain the returned results.
A team of engineers are in the process of customizing an ERP suite to meet their organization's business needs. During the process of customization, they choose to replace certain software modules with software that has been developed in-house. After this, they also add modules from other…
19. Which of the following is true about EPROM (Erasable Programmable Read-Only Memory)? a. It can be reprogrammed by exposing it to ultraviolet (UV) light b. It is a non-volatile memory that never loses data c. It can be programmed and erased electrically d. It is faster than RAM
Design single purpose processor that performs n-bit sign multiplication. (A*B). Output is 2n bit. You can use minimal number of adders and shift registers. Using multiplier is prohibited 1. Write your algorithm 2. Trace your algorithm step-by-step using (0) 2 positive 8bit numbers, (il) 2…
Requirement: Complete one of the following problems below. Other requirements: You must use the attached classes for the stack and queue. (You can use either implementation.) Problems: Write a program using a stack that takes as input an arithmetic expression. The program outputs whether the…
What is Belady's anomaly? Group of answer choices A situation where increasing the number of page frames can lead to an increase in page fault rate. A situation where a page fault occurs when there is no free physical memory. A situation where increasing the number of page frames can lead to a…
Consider the Coin-row problem: There is a row of n coins whose values are some positive integers c1 , c2 ,...,cn , not necessarily distinct. The goal is to pick up the maximum amount of money subject to the constraint that no two coins adjacent in the initial row can be picked up. Solve the…
True/False: Windows Defender offers both Quick Scan and Full Scan options to check for malware. Question 3 options: True False
Given the following statements a = 17; b = 5; c = 0 d = (a and not b) and not c d will have the value True True False
a. Which real-time application at Continental Airlines might have used a neural network? b. What inputs and outputs can be used in building a neural network application? c. Given that its data mining applications are in real time, how might Continental implement a neural network in practice? d.…
what are reasons why barbie is a bad role model for girls
1. Research various restaurant point-of-sale systems. Can Kimball’s use any packaged productivity software or integrate with this software to help manage the restaurant? What is the advantage with one system over another?
A string s has the following bytes stored in memory. 0101 0010 0110 1001 0110 0010 0111 0011 0010 0001 What text is stored in s?
Practical solutions to the critical section problem require hardware support. Choice 1 of 2: TrueChoice 2 of 2: False
what document is created when a system needs to define more security (for logical connections) over and above the security that is provided by the physical connection
Selected technologies that have high potential for optimizing network and security operation centers capabilities. Analysis and technology selection is based on consideration of scholarly resources and is succinct and insightful.
A company uses a secure network to allow its suppliers and business partners to access certain parts of its internal systems for ordering, inventory management, and communication. What is the name of this type of network?
Who can find a private workbench report in the analytics catalog?
person that finds a set of keys in the middle of the street must leave the keys at the nearest safe location so the true owner may return and recover the keys. Group of answer choices True False
in java, objects are considered remote if they reside on different
Until the outbreak of war, the Italian organization LUCE (L'Unione Cinematograhica Educativa) was concerned with what sort of films? Group of answer choices Children's animation Feature films Art house films for festivals Documentary and newsreel
B) An 8-bit memory contains the following pattern 01010101: 1. What is the value of the memory content if it is representing an 8-bit binary number? 2. What is the value of the memory content if it is representing a BCD number? 3. What is the value of the memory content if it is representing a…
A technician is running a network above a dropped ceiling that is also used for ventilation. The cable must be twisted pair and must be capable of Gigabit Ethernet speeds. Which of the following cables should the technician use? answer Riser-rated RG-58 Plenum-rated multimode fiber Riser-rated…
The list of deep sky objects originally compiled as objects to ignore when looking for comets is called Group of answer choices the Herschel General Catalog the HIPPARCOS online catalog Halley's List Messier's List
Most computer programs alternate between CPU cycles and I/O cycles. Question 39 options: TrueFalse
13.8 Programming 8: Linked Lists Write a function "GetNthNode" with two paramters: (1) N: then number for the item in the list to return. (2) List: pointer to first node in list. Return pointer to Nth node in list. If the Nth node does not exist (off the list) return NULL 575126.4416220.qx3zqy7
Consider the statement: SOME CHEATERS ARE AI ABUSERS Which of the statements below has precisely the same meaning as the statement above? Group of answer choices Some AI-abusers are cheaters. No non-AI-abusers are not non-cheaters. Some AI-abusers are non-cheaters. Some cheaters are not…
B) An 8-bit memory contains the following pattern 01010101: 1. What is the value of the memory content if it is representing an 8-bit binary number? 2. What is the value of the memory content if it is representing a BCD number? 3. What is the value of the memory content if it is representing a…
On a very small island, the alphabet has only three letters 0, 1, and 2, and there are only six words: 10, 21, 02, 210, 102, and 120. A secret message is sent using a substitition cypher, in which A, B, and C are used as the three symbols of the cyphertext. The message is: AB BC CBA…
Given you have arrays firstName, lastName, and phone that have already been loaded with data. The data has been sorted by last name, first name order. Such that Allen Smith would come before Sam Smith. The size is passed into the function. Write a function that asks for a first and last name.…
In the context of decrease-and-conquer algorithms, specifically focusing on the decrease-by-a-constant-factor variant, which of the following statements are true? (Multiple answers may be correct. Select all that apply.) Please be aware that there will be point deductions for incorrect…
Change management is not just for implementing software updates or hardware changes. For example, version control refers to capturing changes made to important documents a company needs. What are some documents that would utilize version control? (Select three.)
If the following pseudocode was coded and executed, what would display? Group of answer choices 1+2+3+4 +1+2+3+4+ a+b+c+d+ +1+2+3+4
A _()_(_())_(_())_(_())_( i)s the amount of time it takes a trained employee to complete a specific activity or process.
Use the vgsales.csv file to create a script that displays the following. For all list the sales for the world. Top sales by Platform, Year, Genre and Publisher (all separately). Top sales by Platform given the year Top sales by Genre given the year Top sales by Publisher given the year Game…
Ben contacts three security software vendors to obtain pricing for security software for the office. What are his three first steps? Group of answer choices Verify amount and type of equipment that needs security software, then create the list of vendors he plans to contact, jot a short outline…
______________ is a step beyond port scanning that establishes an active connection to help discover useful information such as; user names, service versions or settings, network shares, etc.
Given a concern only that mediation improves college grade point averages, the alternative hypothesis should be a
Use the k-nearest neighbor algorithm (with k = 3) to classify new transactions as fraudulent or not. What is the accuracy of the model? (Answer in percentage, for example, enter 80.5 for an 80.5% accuracy.)
________ uses a clocking circuit to control the timing of communications between two WAN devices such as routers. Dynamic Route Static route Jump Switch Jump Route
While the SOC is designed to manage all security operations, the CSIRT focuses on responding to incidents. Question 43Select one: True False
Delivery Service Programming 1. Create a Java class, Delivery1.java for a delivery service. The program should prompt the user for the following inputs. • A code representing the delivery area. A local delivery is code 1, and a long distance delivery is code 2. • A weight, in pounds of the item…
Define the following terms as used in ecommerce. (5 Marks) i. Spyware ii. Mobile portals iii. Ebusiness iv. E-cheque
Hyperlink is considered as _____________ data. Web content mining Web structure mining Web usage mining None of the above
Please advise the below question: The UPay is an online payment system for university students in Hong Kong to perform small amount electronic payment within the campuses, e.g. the HK Poly canteens. The UPay has collected statistics on payment amount with students and found that it has the…
How can ideas from the identity management lifecycle be applied to helping an organizations workforce, at all levels, defend against sophisticated social engineering attack attempts? Each correct answer represents a part of the solution. Choose all that apply.
Materials in the "public domain" such as government reports may be used without permission and acknowledgement. True False
If we are using Agglomerate Hierarchical clustering with Single Linkage clustering, which clusters consisting of points on the x-axis should you merge next? Cluster A: { (4,0), (2.5, 0), (3.7,0) } Cluster B: { (-2,0), (-2.5, 0), (-1.25,0) } Cluster C: { (0.75,0), (0.5, 0), (0,0) }
the least square functions could not applied to logistic regression problems. provide the reasons why least square loss is not applicable
Which of the following describes a domain registrar? Question 88 options: 1) A place that manages web servers and disk space. 2) An administrator who oversees a system's uptime and runs reliability checks. 3) A method for determining the amount of bandwidth needed for a specific website. 4)…
Jennifer is trying to install an anti-malware program on a computer that she believes might be infected. During the installation, she receives an error message saying the software cannot be installed. The error reports that she does not have the privilege to install software. Jennifer is using…
According to Larry Hardesty's, "Explained: Neural Networks," the latest advancements in deep-learning technology have come indirectly from what industry?
Which command would you use to specify the particular subnet of your network?
please show it in a hand drawn format for accounting systems Normalization. Consider the INVENTORY relation given below, answer the following questions: a. please draw functional dependencies for the relation. b. What normal form is the relation currently in? Explain your answer. c. Convert…
Please answer questions for the following relations. 1) What normal form is the relation currently in? 2) Please convert the relation into 3NF if it is not in 3NF? ORDER (order_NO, prod_NO, qty, unit price, prod desc, cust_NO )
You own a small club—Sammy D’s—that features local musicians. On Tuesday night, you post a notice promising to pay $100 to any musician who takes to the stage for one hour. Tyler steps up to the microphone and opens a sixty-minute set with a cover of The Beatles’ tune “I Saw Her Standing…
True or False The Gini index and Entropy are the only possible impurity measures
Since it is possible to completely prevent an incident, it is not important to minimize the amount of time an adversary is able to remain on the network.
Using python and fast API implement "book management system" and connect to MySQL database. Provide detailed step on how to run. Include screenshots.
Which new Byzantine stylistic feature appeared in the mosaics at San Vitale?
What variable would a bash script read to see how many arguments it was passed?
5. DHCP: (a) allows an ISP to obtain a set of IP addresses from the ICANN (Internet Corporation for Assigned Names and Numbers). (b) allows a router to allocate port numbers in a NAT (Network Address Translation). (c) allows a host to dynamically obtain an IP address when it joins the network.…
(10 points) Consider the following list of symbols with given frequencies: a : 002 b: 003 c:028 d:007 e:021 f :008 g :004 h:027 . (a) Use Human coding to encode the symbols. (b) Use your encoding to encode the word chef.
2 - Which of the following is the best description of the merge step in Merge Sort? a) Combining two sorted halves into one sorted array. b) Comparing adjacent elements and swapping them if they are out of order. c) Dividing the array into two halves and sorting them. d) Selecting the pivot…
the hexadecimal number 48 61 can be interpreted as representing a decimal number ____ or a pair pf ASCII codes___
What is the purpose of priority boosting in a multilevel feedback queue scheduler? Group of answer choices To decrease the priority of high-priority processes To increase the priority of long-running processes To increase the priority of processes that have been waiting for a long time To…
Describe one challenge when using knowledge representation techniques to handle uncertainty in AI systems. Propose a potential solution or method that could be used to address this challenge.
Your company is growing quickly. You are asked to ensure the DNS server is fault-tolerant. The DNS server is not integrated in the Active Directory. Which one of the following will help ensure the requirement is met? Group of answer choices Create a secondary zone Create two primary…
Kendrick Lamar and Bruno Mars are colleagues at Ceasar's Palace. Kendrick is executing Process KL and Bruno is executing Process BM. Suppose that we use the following notations for this question: Category SP denotes a stochastic process Category DP denotes a deterministic process CS denotes…
Explain how the quicksort algorithm is practically a O (n log n) algorithm rather than an O (n2) one. What would be the worst-case costly operation in the quicksort algorithm’s steps? What is the probability of this costly operation occurring?
Using the Zybooks text reference ("green card"), compare the encoding of the ADD and the ADDS instructions. Which bit is different between these two encodings? (Remember that the leftmost bit of the opcode will be bit 31.) Enter the bit as a decimal number between 31 and 0.
30. At any point in an IKE exchange the sender may include a ____ payload to request the certificate of the other communicating entity.
QUESTION 13 The Department of Homeland Security was created in 1945 1965 1990 2002
What is a critical section of code? Group of answer choices A section of code that can be executed by multiple threads simultaneously. A section of code that must be executed atomically by a single thread at a time. A section of code that is not executed by any thread. A section of code that is…
In the process of monitoring traffic, a security team has seen a significant increase in network traffic flowing outside of the network perim monitoring agent has been disabled. What should they use to prevent the threat actor from interfering with the data collection effort?a. SOARb. SNMPc.…
When a user logs in, he must enter his User ID, a password, and his mother's maiden name. This is an example of multi-factor authentication. True False
what the data breaches csv contains and what type of context is being derived from it
Which of the following is/are valid string? Please select all that apply. Group of answer choices char arr [] = { ‘H’, ’i’}; char * arr = "Hi"; char arr = 'a'; char arr [] = { ‘a’, ’b’, ’\0’};
Dana is assisting the laboratory director with the data dictionary for a new lab test that will be implemented next month. Determine the type of metadata being addressed here. Structural metadata Descriptive metadata Prescriptive metadata Administrative metadata
Query First and last names of authors that wrote books in more than one genre
The conflicts between design efficiency, information requirements, and performance are often resolved through _____. compromises that include normalization conversion from 2NF to 3NF compromises that include denormalization conversion from 3NF to 4NF
How do you call the following method? public void nonsense( ) { System.out.print( “*********************” ); // You can approximate number of asterisks System.out.print(“EXAMS ARE FUN” ); System.out.println( “*******************” ); }
_______ languages allow the user to specify what they want, not how to get it which is very useful for query processing.
A super ( parent) class owns all public methods .including the method in its sub ( child) class. True or false
What is a zone in the context of network security? answer A physical location within an organization An area of the network where all hosts have the same level of trust An area of the network with a specific bandwidth allocation A segment of the network that is isolated for performance testing
A sub (child) class can access a private variable of its super ( parent ) class . True or false
68 cycles for 2-word wide memory. >> I solved this 2 + 4 (5 + 10) = 62 cycles 17 cycles for 4-bank interleaved 2-word wide memory >> I solved this problem 2 + 1X5 + 4 x 10 = 47 cycles why answer is 68 and 17 cycles? I don't know..
efine the Artist class with a constructor to initialize an artist's information and a print_info() method. The constructor should by default initialize the artist's name to "unknown" and the years of birth and death to -1. print_info() displays "Artist:", then a space, then the artist's name,…
Because special events are temporary, they do not have to be concerned with social/legislative issues such as recent gun bans, open carry laws or transgender policies such as North Carolina's "bathroom bill." True False Clear selection
A Java programmer is designing a user interface and has devised a class that looks like public class MyInterface { public MyInterface() { ... JButton button = new JButton("Click Here!"); } ... void doSomething() { ... } ... } The programmer wants to be sure that doSomething is called whenever…
The secure log file contains lists of all attempts to log in to the system, including the date, time, and duration of each access attempt. Question 32 options: TrueFalse
What is a seek time in the context of a hard disk drive (HDD)? Group of answer choices The time it takes to read or write a specific sector. The time it takes for the disk to rotate to the correct sector. The time it takes to transfer data between the disk and the memory. The time it takes for…
Write Three Address Code (TAC) for following expression: 1. a[i] = 2*a[j-k] 2. y = (a * b + c) / (d - e * f) + (g - h) * (i + j) 3. flag = (x > y) || (z < w)
Wite a Python class Expense that is an extension of the built-in dict class. This class contains a method budget() which will calculate the total expense over a year. A sample object creation is below. In this example, the user spent $100.00 in the month of January, $300.99 in February and so…
Discuss the steps you might take to design a data model based on business rules for a project modeled after a realistic business or personal project.
What type of network sends signals through airwaves and usually does not require cables? Question 109 options: 1) Wired network 2) Intranet 3) Wireless network 4) Virtual private network
As as UW-Madison instructor, Jenny logs onto UWNET and then uses a multi-factor authentication set-up which allows her to use additional resources and applications in a portal. The best description for what she has access to is the University's: _________________________ Group of answer…
What is the purpose of a Translation Lookaside Buffer (TLB)? Group of answer choices To store the contents of physical memory. To store the contents of virtual memory. To cache recent virtual-to-physical address translations. To translate instructions into machine code.
if we want to use a variable without creating a class object itself with keyword will we use
NFS views a set of interconnected workstations as a set of independent machines with indepenet file systems
The depth cue known as interposition would help Nick know that a tree is closer to Nick and a bear is further away if
Which of the following shows a dictionary correctly being initialized in Python? Group of answer choices d = [first; second; third] d = [1, 2, 3] d = {"first": 1, "second": 2, "third": 3} d = {1: 2: 3}
testing involves finding all the weaknesses in a system and determining which places may be attack points. Vulnerability Log Gap Compliance
A medium-sized company uses a legacy system vulnerable to security threats and cannot integrate with newer platforms. They are considering either modernizing the legacy system or developing a proprietary system in-house. Which of the following is a true statement on developing a proprietary…
What is a hypothesis? Group of answer choices A way to collect data. A testing method. Evidence of something being true. A high-level declaration of what you believe to be true.
What is the main disadvantage of the First-Come, First-Served (FCFS) scheduling algorithm? Group of answer choices It can lead to starvation It can be inefficient for processes with varying burst times It requires complex scheduling calculations It require large amounts of memory
Instructions: TCP Client Requirements: · The server assembly code will be provided on D2L. You can copy some of the syscalls and struct from TCP server to create the TCP client. · The TCP Client must be fully written in X86-64 (64 bit) Assembly language · It must be capable of…
As noted in class lectures, the growth of government, the expansion of its legitimacy, is the result of
8- The time complexity of an algorithm is given by O(n^2). If the input size doubles, the running time of the algorithm will increase by a factor of:
The company you work for does medical insurance billing, payments processing, and reconciliation, using both web-based transaction systems as well as batch file processing of hundreds of transactions in one file. As the SSCP on the IT team, you've been asked to consider changes to their backup…
What is a kernel mode? Group of answer choices A mode where the operating system runs user-level programs. A mode where the operating system is suspended. A privileged mode where the kernel has direct access to hardware. A mode where the operating system is in a low-power state.
A dictionary attack is being used by an attacker to break into a network. What does this mean?
What is race condition in OS and provide a possible solution to it? Explain using the example below.
For some language l4 with E = {a,b} and |Q| = 27, if I claimed that an LBA M can not decide input "abbba" , how can you verify that the input does cause an infinite loop?
In a typical memory hierarchy, which levels are visible/controllable to/by the program itself? Mark all that apply. Group of answer choices Cache Storage (disk or SSD) Physical memory Virtual memory Register file
After running Dijkstra's shortest path algorithm with T as the start vertex, what are the predecessor and distance of vertex Y? Group of answer choices null and ∞ T and 10 W and 7 X and 8
How many bits would it take to represent the decimal number 10,101,101 using the BCD code?
Describe how each of the following impacts Cache Performance: Cache Levels (L1, L2, L3) Replacement Policies (e.g., LRU vs Random) Cache Hit Latency
The first-order reaction X -> Y has a rate constant of 0.00020 s-1. The starting concentration of X is 3.700 M. After 35.0 seconds have elapsed, what is the concentration (in M) of X?
How can full duplex communications be accomplished between nodes in a digital network
19. Which of the following describes Flash memory? a. It is slower than EEPROM b. It is a non-volatile memory used for data storage c. It requires UV light to erase data d. It cannot be erased after writing
The introduction of transistors into computer systems resulted in the development of which computing concept?
A certain register used to store signed binary numbers provides a 16-bit output. Determine the range of register output values and how many different values the register is capable of containing. Range: -65,53610 to +65,536 Values: 131,07110 Range: -32,76810 to +32,768 Values:…
What is an access control list (ACL)? Group of answer choices A list of users who have access to a particular resource. A list of network addresses that are allowed to access a system. A list of encryption keys. A list of permissions granted to users or groups for a particular resource.
Network logs record traffic in and out of a network. Group of answer choices True False
A target variable is a value to be predicted by a model that utilizes feature variables. True False
As a rule of thumb, when should you include an __eq__ method in a class?
Two major mobile threats that online retailers are facing today are Mobile Application Security Threats and Web-based Mobile Security Threats. Mobile App Security Threats are apps that are downloaded that seem legitimate but actually skim information from your mobile device. Examples are…
Calculate the mean number of childrenCalculate the mean number of children William Henry Harrison 10 Franklin D. Roosevelt 6 Theodore Roosevelt 6 John F. Kennedy 4 Ronald Raegan 4 Abraham Lincoln 4 William McKinley 2 Calvin Coolidge 2 Millard Fillmore 2 George W. Bush 2
A WAN (wide area network) traverses a significant distance and usually supports very high data throughput. True False
What is Direct Memory Access (DMA)? Group of answer choices A technique for transferring data between the CPU and memory A technique for transferring data directly between devices and memory A technique for increasing the speed of the CPU A technique for reducing the amount of memory required…
The rapid development of web-based applications has given rise to the following challenges that users have to consider: (Select All That Apply) Group of answer choices Spam Shortage of Storage Data Privacy Concerns Malware Shortage of Mobile Apps Phishing
Computing the closed form solution in part (2) could be computational burden for large number of users or movies. A remedy for this would be using iterative optimization algorithms such as Stochastic Gradient Descent (SGD) where you sample movies in updating the latent features for users and…
We can identify 4 basic categories of resources, which one is not one of the 4?
1. Spreadsheets have become quite powerful for data management. What can be done with database management systems that cannot be done with spreadsheet applications? 2. What is the difference between a database and a database management system? 3. What are the advantages and…
You've been hired to assess Sam’s Scoops current IT infrastructure and recommend improvements to ensure the security of customer data. You decide to utilize both the Command Line Interface (CLI) and PowerShell to address the IT needs. What's a key advantage of using the CLI in penetration…
Each car is represented by an object in the Car class derived from Vehicle. To distinguish the cars from each other, each is given a color at random (from a list of about 12 colors). The car dimensions are such that each car fits inside two road places. The car object will have two links to the…
What is a race condition? Group of answer choices A condition where two or more threads are waiting for each other to release a lock. A condition where a thread is indefinitely delayed. A condition where a thread is unable to acquire a lock. A condition where the outcome of a program depends on…
Which techniques are used in white box testing during penetration testing? Select all that apply.
How does a wireless network key work with an encrypted wireless network? Question 107 options: 1) The wireless key is the encryption code needed by the receiver to decode the file. 2) The sending and receiving devices must know the wireless network key to communicate. 3) The wireless network…
Hello Fresh, Factor, Eat Clean, CookXUnity, and Home Chef are all examples of prepared meal services where users order online and have shipped to their address. This method of distribution is referred to as a(n) ________ channel.
Write a simple program in C++ to collect data from the user, validate it, do the required computations, and display the results. Scenario: 1. The program produces a receipt . It requires the following information (data entry) from the user: Customer first name, customer last name, customer…
The checksum in the UDP packet is set by the sending host and can be changed at which point?
What is the primary goal of authentication in an operating system? Group of answer choices To protect system resources from unauthorized access. To verify the identity of a user or process. To encrypt and decrypt data. To prevent unauthorized network access.
Some data, such as registers, cache, and RAM, do not change frequently, so the data is considered safe when shutting down a device. True False
What are the characteristics that can make malware harder to detect and eliminate?
All of the following are rules to determine Big-Oh notation for a function EXCEPT: Group of answer choices nlogn You can ignore constant factors. 5n2 is just O(n2) If you have more than one of the Seven Basic Functions, only use the fastest growing. For instance, 5n4+3n3+2n2 is O(n4). If more…
for a Smart Hotel design explain how the needs of the stakeholders influence the design and implementation of the system in terms of scalability cause and time
What technology can collect information to make decisions, reach conclusions, and combine information in new ways? Question 52 options: 1) robotics 2) artificial intelligence (AI) 3) virtual reality (VR) 4) embedded computers
What is the benefit of integrating Azure Firewall with Microsoft Sentinel in the context of network security in Microsoft Azure?
____ developed the Banker's Algorithm. Question 17 options: a) Lane & Mooney b) Dijkstra c) Holt d) Havender
Which device connects multiple wireless networks to extend coverage and create a larger unified network? a. Firewall b. Wireless bridge c. Switch d. Hub
Which of the following keywords would prevent method overriding? Question 9Answer a. constant b. final c. new d. protected
What do Groom and Nass think the advantages are that robots have over humans?
You were asked to read a Wired article on a cybersecurity event that affected a large multi-national company. The company had several control failures. Which of the following corrective controls was inadequate? Question 26 options: Administrative controls were tested and updated. Database…
Business analyst has a crucial role in these activities of an “Extended ‘V’ Model” except one. Which one is that? Analyze business needs Define requirements Test modules Review benefits Ensure user acceptance
Hacking involves: Group of answer choices Stealing carbons of credit cards Destroying computer hardware Gaining illegal entry to computer files from remote locations Inserting a logic bomb in a computer program
Give me some example of system integration centennial college final test questions
Which file allocation method allocates large blocks of disk space, big enough for the entire file, to a file? Group of answer choices Contiguous allocation Linked allocation Indexed allocation Segmented allocation
Information technology projects range from enterprise system implementations to hardware upgrades. The percentage of software projects canceled before completion is over
What determines the speed at which data travels? Question 68 options: 1) Bus width 2) Clock speed 3) Instructions per cycle (IPC)
Do classes apply to the target and/or source of a transaction? Both the source and the targets of a transaction The transaction source The transaction targets
How does a multilevel feedback queue scheduler work? Group of answer choices It assigns a fixed time slice to each process It selects the shortest job to execute first It divides processes into multiple queues based on priority It prioritizes processes based on their arrival time
8. The object that retrieves specific data and then displays only the data that you specify is a: A. form B. query C. report
A string x1x2 . . . xn is a palindrome, if xi = xn−i+1 for 1 ≤ i ≤ n. Give an efficient algorithm for finding the longest palindromic subsequence of a given string. Determine and state clearly its time complexity and space requirement.
A boat can travel 30 miles against a current in the same time that it can travel 70 miles with the current. The rate of the current is 2 mph . Find the rate of the boat in still water.
Gives a recipient reason to believe that the message was created by a known sender (authentication), that the sender cannot deny having sent the message (non-repudiation), and that the message was not altered in transit (integrity).
What is the role of the kernel in a system call? Group of answer choices To handle the system call and perform the requested operation. To provide a user-friendly interface for system calls. To cache the results of system calls. To translate system calls into hardware instructions.
At what stage of the cyber kill chain does the user open a malicious file which downloads bot software?
how can big data and generative AI help organizations analyze their health data and improve health care?
We can use the type() function in order to find the ‘type’ of any variable or an object. True False
Among Snowden’s revelations were that the NSA, together with the British Intelligence Agency, collected the phone records of millions of citizens, accessed and collected data from Google and Facebook accounts via a program called ______. Group of answer choices Trojan Horse malware prism none…
What proposed solutions to addressing bias in AI hiring systems does Shaw discuss?
Estimate the number of multiplications (real or complex) required to convolve an 8192
For flash memory, [ Select ] ["write", "erase"] operations change 0’s to 1’s, while [ Select ] ["erase", "write"] operations change 1’s to 0’s. Between these two basic operations, [ Select ] ["write", "erase"] is slower.
Is a digital logic component that is often used in computer registers
best practices suggest that organizations involved in certain industries remain abreast of laws regarding the security of customer data and actions that may be taken by regulatory bodies in the event of a data breach
5. DHCP: (a) allows an ISP to obtain a set of IP addresses from the ICANN (Internet Corporation for Assigned Names and Numbers). (b) allows a router to allocate port numbers in a NAT (Network Address Translation). (c) allows a host to dynamically obtain an IP address when it joins the network.…
According to the ABC-X Model, there are a variety of resources that can help a family during a crisis. Trinity recently suffered a miscarriage and was entitled to three days of paid leave from work because of a government policy where she lives. This time off to grieve would be classified as…
Discuss four strategies that may be used to complete user preferences in order to match services or products to the users preferences.
For a loop branch, a ____________ branch predictor tends to mispredict once on entry and once on exit of the loop. Group of answer choices one-bit two-bit
Which of the following intensity interpolation method can give the fastest results in geometric transformation? Question 7 options: Bilinear interpolation Nearest neighbor interpolation Adaptive interpolation Bicubic interpolation
Question 9 (5 points) Given that all of the devices are the same type, and using Bankers's Algorithm, answer these questions: a. Calculate number of available devices b. Determine the remaining needs for each job in each system c. Determine whether the system is in safe state or unsafe…
A single processor can be shared by several jobs, or several processes, but only if the operating system has a scheduling policy, as well as a scheduling algorithm, to determine when to stop working on one job and proceed to another. Question 16 options: TrueFalse
_________ is an umbrella term that includes architectures, tools, databases, applications, and methodologies that are included in a system used to assist organizations in making the optimal decision.
The _____ relationship should be rare in any relational database design. 1:1 1:M M:1 M:N
Which of the following reserved words in Java are used to instantiate an object? Group of answer choices class public public or private -- either could be used import new
When would a network administrator use L2TP? Group of answer choices
The dictionary dcn is initialized as follows: dcn = {"A": "Z", "B": "Y", "C": "X"} What will be returned by the call dcn.get("D", "-")? Group of answer choices "X" "D" "Y" "Z" "-"
One of the primary responsibilities of the blue team in cybersecurity is _______________ network traffic for suspicious activity.
19. PROM (Programmable Read-Only Memory) can be written to: a. During the manufacturing process only b. After being programmed, it cannot be modified c. By the user, multiple times d. Only through electrical signals during normal operation
A beacon frame allows an access point to advertise its existence, and the frequency channel it is operating on, to devices that want to connect to an access point. It coontains both the AP's MAC address and SSID. True False
What should be your highest priority as you consider improving the information security of your organizations telephone and voice communications systems?
Algorithms describe processes that run on real computers with finite resources. Question 21 options: TrueFalse
Examine the following program, then choose the best description of the WHILE loop in this program. clear ; clc b = 2 ; counter = 0 ; while (counter < 0) counter = counter + 1 b = b + counter ; end The WHILE loop is infinite. The WHILE loop is executed 0 times. The WHILE loop is…
During this semester, we reviewed a number of areas in information security and the threats that companies face, we face, the numerous threats and ways we can help to minimize these attacks.
Which networking device operates at Layer 2 of the OSI model and forwards data based on MAC addresses? a. Router b. Switch c. Firewall d. Wireless bridge
Describe how each of the following impacts Cache Performance: Cache Levels (L1, L2, L3) Replacement Policies (e.g., LRU vs Random) Cache Hit Latency
The average translational kinetic energy and the rms speed of molecules in a container of oxygen at a particular temperature are 6.78 ✕ 10-21 J and 448( m)/(s), respectively. What are the corresponding values when the temperature is doubled?
Which type of firewall is typically limited to supporting a single subnet within a home network?
In a ____ attack, an intruder uses only one channel for which to execute SQL injections and obtain the returned results.
A team of engineers are in the process of customizing an ERP suite to meet their organization's business needs. During the process of customization, they choose to replace certain software modules with software that has been developed in-house. After this, they also add modules from other…
19. Which of the following is true about EPROM (Erasable Programmable Read-Only Memory)? a. It can be reprogrammed by exposing it to ultraviolet (UV) light b. It is a non-volatile memory that never loses data c. It can be programmed and erased electrically d. It is faster than RAM
Design single purpose processor that performs n-bit sign multiplication. (A*B). Output is 2n bit. You can use minimal number of adders and shift registers. Using multiplier is prohibited 1. Write your algorithm 2. Trace your algorithm step-by-step using (0) 2 positive 8bit numbers, (il) 2…
Requirement: Complete one of the following problems below. Other requirements: You must use the attached classes for the stack and queue. (You can use either implementation.) Problems: Write a program using a stack that takes as input an arithmetic expression. The program outputs whether the…
What is Belady's anomaly? Group of answer choices A situation where increasing the number of page frames can lead to an increase in page fault rate. A situation where a page fault occurs when there is no free physical memory. A situation where increasing the number of page frames can lead to a…
Consider the Coin-row problem: There is a row of n coins whose values are some positive integers c1 , c2 ,...,cn , not necessarily distinct. The goal is to pick up the maximum amount of money subject to the constraint that no two coins adjacent in the initial row can be picked up. Solve the…
True/False: Windows Defender offers both Quick Scan and Full Scan options to check for malware. Question 3 options: True False
Given the following statements a = 17; b = 5; c = 0 d = (a and not b) and not c d will have the value True True False
a. Which real-time application at Continental Airlines might have used a neural network? b. What inputs and outputs can be used in building a neural network application? c. Given that its data mining applications are in real time, how might Continental implement a neural network in practice? d.…
what are reasons why barbie is a bad role model for girls
1. Research various restaurant point-of-sale systems. Can Kimball’s use any packaged productivity software or integrate with this software to help manage the restaurant? What is the advantage with one system over another?
A string s has the following bytes stored in memory. 0101 0010 0110 1001 0110 0010 0111 0011 0010 0001 What text is stored in s?
Practical solutions to the critical section problem require hardware support. Choice 1 of 2: TrueChoice 2 of 2: False
what document is created when a system needs to define more security (for logical connections) over and above the security that is provided by the physical connection
Selected technologies that have high potential for optimizing network and security operation centers capabilities. Analysis and technology selection is based on consideration of scholarly resources and is succinct and insightful.
A company uses a secure network to allow its suppliers and business partners to access certain parts of its internal systems for ordering, inventory management, and communication. What is the name of this type of network?
Who can find a private workbench report in the analytics catalog?
person that finds a set of keys in the middle of the street must leave the keys at the nearest safe location so the true owner may return and recover the keys. Group of answer choices True False
in java, objects are considered remote if they reside on different
Until the outbreak of war, the Italian organization LUCE (L'Unione Cinematograhica Educativa) was concerned with what sort of films? Group of answer choices Children's animation Feature films Art house films for festivals Documentary and newsreel
B) An 8-bit memory contains the following pattern 01010101: 1. What is the value of the memory content if it is representing an 8-bit binary number? 2. What is the value of the memory content if it is representing a BCD number? 3. What is the value of the memory content if it is representing a…
A technician is running a network above a dropped ceiling that is also used for ventilation. The cable must be twisted pair and must be capable of Gigabit Ethernet speeds. Which of the following cables should the technician use? answer Riser-rated RG-58 Plenum-rated multimode fiber Riser-rated…
The list of deep sky objects originally compiled as objects to ignore when looking for comets is called Group of answer choices the Herschel General Catalog the HIPPARCOS online catalog Halley's List Messier's List
Most computer programs alternate between CPU cycles and I/O cycles. Question 39 options: TrueFalse
13.8 Programming 8: Linked Lists Write a function "GetNthNode" with two paramters: (1) N: then number for the item in the list to return. (2) List: pointer to first node in list. Return pointer to Nth node in list. If the Nth node does not exist (off the list) return NULL 575126.4416220.qx3zqy7
Consider the statement: SOME CHEATERS ARE AI ABUSERS Which of the statements below has precisely the same meaning as the statement above? Group of answer choices Some AI-abusers are cheaters. No non-AI-abusers are not non-cheaters. Some AI-abusers are non-cheaters. Some cheaters are not…
B) An 8-bit memory contains the following pattern 01010101: 1. What is the value of the memory content if it is representing an 8-bit binary number? 2. What is the value of the memory content if it is representing a BCD number? 3. What is the value of the memory content if it is representing a…
On a very small island, the alphabet has only three letters 0, 1, and 2, and there are only six words: 10, 21, 02, 210, 102, and 120. A secret message is sent using a substitition cypher, in which A, B, and C are used as the three symbols of the cyphertext. The message is: AB BC CBA…
Given you have arrays firstName, lastName, and phone that have already been loaded with data. The data has been sorted by last name, first name order. Such that Allen Smith would come before Sam Smith. The size is passed into the function. Write a function that asks for a first and last name.…
In the context of decrease-and-conquer algorithms, specifically focusing on the decrease-by-a-constant-factor variant, which of the following statements are true? (Multiple answers may be correct. Select all that apply.) Please be aware that there will be point deductions for incorrect…
Change management is not just for implementing software updates or hardware changes. For example, version control refers to capturing changes made to important documents a company needs. What are some documents that would utilize version control? (Select three.)
If the following pseudocode was coded and executed, what would display? Group of answer choices 1+2+3+4 +1+2+3+4+ a+b+c+d+ +1+2+3+4
A _()_(_())_(_())_(_())_( i)s the amount of time it takes a trained employee to complete a specific activity or process.
Use the vgsales.csv file to create a script that displays the following. For all list the sales for the world. Top sales by Platform, Year, Genre and Publisher (all separately). Top sales by Platform given the year Top sales by Genre given the year Top sales by Publisher given the year Game…
Ben contacts three security software vendors to obtain pricing for security software for the office. What are his three first steps? Group of answer choices Verify amount and type of equipment that needs security software, then create the list of vendors he plans to contact, jot a short outline…
______________ is a step beyond port scanning that establishes an active connection to help discover useful information such as; user names, service versions or settings, network shares, etc.
Given a concern only that mediation improves college grade point averages, the alternative hypothesis should be a
Use the k-nearest neighbor algorithm (with k = 3) to classify new transactions as fraudulent or not. What is the accuracy of the model? (Answer in percentage, for example, enter 80.5 for an 80.5% accuracy.)
________ uses a clocking circuit to control the timing of communications between two WAN devices such as routers. Dynamic Route Static route Jump Switch Jump Route
While the SOC is designed to manage all security operations, the CSIRT focuses on responding to incidents. Question 43Select one: True False
Delivery Service Programming 1. Create a Java class, Delivery1.java for a delivery service. The program should prompt the user for the following inputs. • A code representing the delivery area. A local delivery is code 1, and a long distance delivery is code 2. • A weight, in pounds of the item…
Define the following terms as used in ecommerce. (5 Marks) i. Spyware ii. Mobile portals iii. Ebusiness iv. E-cheque
Hyperlink is considered as _____________ data. Web content mining Web structure mining Web usage mining None of the above
Please advise the below question: The UPay is an online payment system for university students in Hong Kong to perform small amount electronic payment within the campuses, e.g. the HK Poly canteens. The UPay has collected statistics on payment amount with students and found that it has the…
How can ideas from the identity management lifecycle be applied to helping an organizations workforce, at all levels, defend against sophisticated social engineering attack attempts? Each correct answer represents a part of the solution. Choose all that apply.
Materials in the "public domain" such as government reports may be used without permission and acknowledgement. True False
If we are using Agglomerate Hierarchical clustering with Single Linkage clustering, which clusters consisting of points on the x-axis should you merge next? Cluster A: { (4,0), (2.5, 0), (3.7,0) } Cluster B: { (-2,0), (-2.5, 0), (-1.25,0) } Cluster C: { (0.75,0), (0.5, 0), (0,0) }
the least square functions could not applied to logistic regression problems. provide the reasons why least square loss is not applicable
Which of the following describes a domain registrar? Question 88 options: 1) A place that manages web servers and disk space. 2) An administrator who oversees a system's uptime and runs reliability checks. 3) A method for determining the amount of bandwidth needed for a specific website. 4)…
Jennifer is trying to install an anti-malware program on a computer that she believes might be infected. During the installation, she receives an error message saying the software cannot be installed. The error reports that she does not have the privilege to install software. Jennifer is using…
According to Larry Hardesty's, "Explained: Neural Networks," the latest advancements in deep-learning technology have come indirectly from what industry?
Which command would you use to specify the particular subnet of your network?
please show it in a hand drawn format for accounting systems Normalization. Consider the INVENTORY relation given below, answer the following questions: a. please draw functional dependencies for the relation. b. What normal form is the relation currently in? Explain your answer. c. Convert…
Please answer questions for the following relations. 1) What normal form is the relation currently in? 2) Please convert the relation into 3NF if it is not in 3NF? ORDER (order_NO, prod_NO, qty, unit price, prod desc, cust_NO )
You own a small club—Sammy D’s—that features local musicians. On Tuesday night, you post a notice promising to pay $100 to any musician who takes to the stage for one hour. Tyler steps up to the microphone and opens a sixty-minute set with a cover of The Beatles’ tune “I Saw Her Standing…
1
2
3
4
5
...
9