Home
Ask directory
AP CS
December 2024
20
AP CS
Q&A Archive of
December 20, 2024
Select Question
December 20 of 2024
Consider four destination wedding packages $P_1$, $P_2$, $P_3$ and $P_4$. We want to choose one. Their cost are INR 1,00,000, INR 1,50,000, INR 2,50,000 and INR 3,50,000. Their days for packages are 10, 20, 30 and 35 respectively. They are viewed as interesting with degrees 0.4, 0.3, 0.6, 0.5.…
8. (10pt) Assume that the following code is running on NVIDIA Tesla architecture. if(a<0) b = c+d; // path1 else if(a==0) b = c*d; // path2 else b = c/d; // path3 Among a group of 32 threads called WARP, 10 threads follow path1, 10 threads follow path2, and 12 threads follow path3. Assume that…
Question 43 1 pts The following code with the delay function with the wiringPi library will pause the program for 1.75 seconds: mov r0, #1750 bl delay True False
Which is correct? DECLARE @myTIme DateTimer DECLARE @myTIme AS DateTime DECLARE @myTIme DateTime DECLARE @myTIme AS DateTimer
Which of the following would be an implementation of a function named: mystery\_one, which takes the value of x in register r0 and value of y in register r1, computes $r = 4*(x+y)$, and returns r in r0? mystery\_one: add r0, r1 mov r0, r0, asl \#4 mov pc, lr mystery\_one: add r0, r1 mov r0, r0,…
Question 2 of 5 In the term SDHC, what does HC stand for? High Capacity Hard Coded Half Cadence Home Computer
Which of the following is NOT a benefit of e-commerce ? A Provides increased Security B Reduced Costs C Increased Accuracy of Orders D Faster flow of goods and information Question 30 Artificial Intelligence can be described as a computer's capability to learn, reason and self-correct. A True B…
WBITE dow M the pre-onderf im omder, and post omder Thee traversal onder WRITE down the pre-order, in-order and post-order tree traversal order
If using computer A you can solve a problem with O(n³) complexity of size N in one hour, what size of that problem (as a function of N) can you solve in 8 hours with computer B, which is 64 times faster than computer A?
U.S. pilots are trained to follow TCAS instructions even if they conflict with instructions from an air traffic controller. True False
According to the NIST Cybersecurity Framework coordination, which group is not part of the feedback loop? A Executive B Business/process C Shareholders D Implementation/operations
Question 7 To manage problems that arise from using a DBMS, companies appoint a DBA to manage both the database and the use of the DBMS. True False
Question 15 1 pts Why is it challenging to develop parallel processing programs, particularly as the number of processors increases? Sequential programs can run on parallel processors without any modifications, making parallel processing programs redundant. The challenge is that parallel…
is an approach to I/O control in which I/O devices and main memory share the same address space. I/O channels Memory-mapped I/O Programmed I/O Interrupt-driven I/O
A(n) ____ is a body with no statements in it. loop body priming input empty body infinite loop
Question 7 1 pts Which of the following correctly describes the stages of the pipelined datapath in a five-stage pipeline? The ID stage involves executing the operation or calculating an address. The IF stage is responsible for decoding the instruction and reading the register file. The MEM…
3. (6 points) TCP Handshake When establishing a connection in TCP, a "three-way handshake" is done before exchanging data. Why are three steps needed and not just two? Explain at a self-chosen scenario what could go wrong under which conditions.
(5) (5 points) Choose the expressions that is equal to 1, no assumptions: (i) $\sum_a P(A = a|B)$ (ii) $\sum_a \sum_b P(A = a|B = b)$ (iii) $\sum_b P(A = a|B = b)$ (iv) $\sum_a P(A = a)P(B = b)$
Intelligent techniques are tools for discovering patterns and applying knowledge to discrete decisions and knowledge domains. Which of the following would be considered to be an Intelligent Technology? Data Mining Virtual Reality Knowledge Networks Learning Management Systems
A hacker-controlled computer is called a ______ Multiple Choice virus robot cyborg zombie
Question 28 RTP adds \_\_\_\_\_\_ to UDP. O security O Neither security nor sequence numbers O sequence numbers O Both security and sequence numbers
How should a computer system professional approach software default settings? completely rely on customer judgment make them difficult to change set them randomly pay attention to default settings
Question 25 1 pts Convert 336.375 base 10 to FIXED POINT 16 bit binary with 8 bits to the left of the binary point and 8 bits to the right of the binary point (do not round numbers). 0010 0100.0110 0000 0010.0100 0110 0000 0110 0100.0110 0000 None of the above
1. (25 points) Write a Java method called treeToGraph that receives a binary tree's root in the form of a BinaryNode<Vertex> (BinaryNode from HW#2), copies it into a graph of type HashMap<Vertex, HashSet<Vertex>> and returns it. The graph should store each parent-child relation of tree in the…
Question 17 5 pts What is the output of the Horspool Algorithm after scanning the string, including spaces "", for "YELLOW": "TWO ROADS DIVERGED IN A YELLOW - WOOD" a) -1 b) 0 c) 11 d) 24 e) 29 f) 34 g) 35 h) TRUE
2 Multiple Choice 1 point A company wants to develop a new web application but doesn't want to manage the underlying operating systems or infrastructure. Which cloud service model should it choose? PaaS SaaS DBaaS IaaS
It is important that the loop control \_\_\_\_\_ be altered within the body of the loop. constant argument value variable
Which of the following best describes the five-component framework of IS? a. Applications, processes, processing, data, and standards b. Hardware, software, data, procedures, and people c. Applications, people, standards, budgets, and software d. Networks, software, servers, programmers, and…
What is a key advantage of using SaaS applications? Full control over server and network configurations Automatic updates and maintenance by the provider Custom hardware setups for users On-premises deployment flexibility
Sample Problem: What is the least expensive set of telephone lines needed to connect computers in San Francisco with those in New York. DISTANCE San Francisco 1855 957 349 Los Angeles 1736 Boston 860 Chicago 908 Denver 798 1372 191 722 New York 1235 645 Dallas Apply Kruskal and Dijkstra…
Which approaches are commonly used in grey box testing during penetration testing? Select all that apply.
Part 1: Machine Learning Algorithms Find a real-world example of machine learning used for inference. Identify the algorithm(s) used and propose an alternative algorithm. Indicate the weaknesses and strengths of the alternative. Part 2: Supervised Machine Learning Find a real-world example (or…
Write an ARM ASSEMBLY LANGUAGE program that contains function SelectionSort(float[] a, int len). This function must take an array of single precision floating point values (allocated in RAM) and its length (both passed in stack) and sort the array in ascending order by using the selection-sort…
Consider sending a 4000-byte datagram that has arrived at a router R1 that needs to be sent over a link that has an MTU size of 1500 bytes to R2. Then it has to traverse a link with an MTU of 1000 bytes. Let the identification number of the original datagram be 555. How many fragments are…
Should global regulations govern computer vision use in sensitive areas (e.g., healthcare, law enforcement)? Why or why not?
Let T be the Turing Machine whose quintuples are: ð Þ 0, 0: 0, R, 0 ð Þ 2, 0: 0, R, 4 ð Þ 4, 0: 1, R, 3 ð Þ 0, 1: 0, R, 1 ð Þ 2, 1: 1, R, 0 ð Þ 4, 1: 1, R, 4 ð Þ 1, 0: 0, R, 2 ð Þ 3, 0: 1, R, 1 ð Þ 1, 1: 0, R, 3 ð Þ 3, 1: 1, R, 2 (a) Walk through the operation of machine T applied to the…
What is the role of the Program Counter (PC) in the instruction cycle? Group of answer choices To store the current instruction To store the address of the next instruction To perform arithmetic operations To control the flow of data between the CPU and memory
with a hacker this goes a security hole in a software that is known to the software vendor it is an example of sniffing social engineering fishing zero-day vulnerability or
Which of the following is a game controller that is held with both hands and used to control movement of on-screen objects by pressing buttons and moving hardware components? Question 64 options: 1) Joystick 2) Gamepad 3) Digital Pen
What is the most common central device used today to connect computers to a network? a . hub b . *switch c . SOHO router d . VPN router
The name Linux is a contraction of Linus and UNIX. Question 24 options: TrueFalse
consider the decomposition of 10.5 g of magnesium diboride at 1135K after 185 seconds 8.76g remains. MgB2(s) --> Mg(s)+2B(s) assume the reaction follows first-order kinetics. whats is the rate constant?
Which of the following is true with respect to static variables. Choose all that apply. Question 5Answer a. Static variables must be class level. b. Static variables can only be accessed by code in static methods of their class. c. The memory allocation of a static variable is done only once,…
Among the three classes of cache misses, [ Select ] ["Cold miss", "Capacity miss", "Conflict miss"] is not affected if you enlarge cache size but keep block size and associativity constant.
what is the cardinality of the relationship between customer and product
1. What is computer software? 2. Can you differentiate computer software and computer program? 3. What is software engineering? 4. When you know programming, what is the need to learn software engineering concepts? 5. What is software process or Software Development Life Cycle (SDLC)? 6. What…
Question 11 (2 pts) For the following sentence of English, give an expression of propositional logic which could be a representation of the meaning of that sentence. Be sure to define the atomic propositions that you use. If there is any ambiguity in the English sentence, you may choose any…
Why are there de-ionized water cooling systems and standard water cooling systems? Why would you use one over the other?
Consider a 80GB hard disk that has 10 surfaces across 5 platters. Let there be 512 tracks on each surface of the disk and let each track be divided into 512B sectors. Compute the address format for the disk. That is, determine the format for addressing each sector on the disk. Note that an…
How can data capacity over an Ethernet LAN using UTP be increased
When developing a robust and secure communication infrastructure for the implementation of blockchain technology, what factors should the IT professionals consider to maintain the integrity of the open public ledger and ensure the secure exchange of data across the network? (Select two.)
Which installation type should you choose if you want a clean installation of Windows?
Why is automation with Azure CLI and Azure PowerShell important for web application penetration testing?
What is the main limitation of SSDs compared to HDDs? Group of answer choices Higher data transfer rates Lower power consumption Limited write endurance Limited storage space
Which movie pioneered the use of the jump cut, a signature of the French New Wave? Question 2 options: Breathless Vivre Sa Vie The 400 Blows The Cousins
IEEE 802.11n supports 2.4GHz and 5 GHz. Select one: True False
__________ is a data mining technique used to determine the groups of data that may exist in a set of data based on the characteristics of the data.
use irvine library !!!!!!!!!!!!!!!!!! One hundred students are assigned lockers 1 through 100 The student assigned to locker number 1 opens all 100 lockers The student assigned to locker number 2 then closes all lockers whose numbers are multiples of 2 The student assigned to locker number 3…
what is the entity called that reviews all changes that are submitted by systems within an organization
War games or _____ use a subset of the IR plan to create a realistic testing environment, which adds to the value of the rehearsal and can enhance training. Question 1Answer a. desk checks b. simulations c. dry runs d. walk-throughs
Question 40 Which of the following is NOT a guideline to follow when building formulas and functions in Excel? Do not overuse parentheses. For example, use =SUM(Sales) instead of (SUM(Sales)). Avoid unneeded spaces in formulas. Always put quotation marks around text characters. Use the Excel…
True or false when printing you also have the option to save as a PDF
Why do Christmas and New Year's Day always fall on the same day of the week? 25 ( mod 7) = 31 ( mod 7)O 7( mod 25) = 31 ( mod 7)O 7( mod 25) = 7( mod 31) 7( mod 7) = 31 ( mod 25)
A user who expects a software product to be able to perform a task for which it was not intended is a victim of a ____. a. user misunderstanding b. software design problem c. software bug d. user mistake
The RPI generates SW interrupts and these can be detected on the GPIO pin interface of the device. Question 1 options: TrueFalse
FORENSICS: ARGUMENTATION::? 1. Autopsy: death 2. Syntax: grammar 3. Jurisprudence: law 4. Archaeology: site 7. 5. Etymology: dictionary
Briefly describe: a. Three types of Anti-Virus Software. b. Compare them 2. Briefly describe differences between hardware and software Firewalls
What performance specification does 2 GHz refer to? Question 62 options: 1) Speed at which the processor executes instructions 2) Speed at which data travels 3) Time taken to fetch and decode instructions 4) Time taken to store the instructions on RAM
At any point in time the user can press the Restore button, and the last saved order will be displayed on the user interface. If there is no file available (nothing has been saved yet) and the user presses Restore, then have a dialog box report "Error opening data file"
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
What is the purpose of the Ethernet physical medium dependent sublayer
Human brains run automatic processes to select what information to pay attention to, much like the______ in email. Question 27 options: HTML code inbox spam filters diagnostics
Compute the Fourier sine series for the given function. f(x)=20\pi -20x, 0
Exercise 5.2 Write in JAVA A college course has a number, title, semester offered, meet day and time, a required book, and a classroom. The required book has an ISBN and a title. The classroom has a room number, building name, and seat capacity. Write code for the three classes: course,…
16. Let R(A, B, C, D, E, F) be a relation schema, and let S = {A -> B, AB -> C, AC -> E, B -> CF, BC -> DE} be a set of functional dependencies. Use the Chase test to determine if the decomposition of R into the relation schemas R₁(A, B, E), R₂(A, D), R₃(B, D, E), and R₄(B, C, F) is…
Which of the following statements accurately describes a feature or optimization of the NetFPGA 10-Gigabit Ethernet card and its associated technologies? Group of answer choices The NetFPGA 10-Gigabit Ethernet card uses PCIe 1.1 with 32 lanes, allowing a total bandwidth of 64 Gigabits/second in…
A super ( parent) class owns all public methods .including the method in its sub ( child) class. True or false
James A. Farley Post Office in New York, NY is the largest U.S. Postal Service retail space at 33,100 square feet. Suppose that it allows for many Parallel Queues and Several Counters for servicing customers. In contrast, assume that another large Post Office in Chicago allows for One Queue…
Task: In the preprocessing step, you may need to merge some datasets to associate products with their corresponding order details. It is a very raw dataset. Complete all the data preprocessing steps needed. You may also need to sort and group the merged data to ensure that you process the…
the software engineering design concept of loose coupling refers to a software module that has many strict dependencies with other modules
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
--- ### Fitness Activities: #### Body Composition Assessments **Body Mass Index (BMI)** | Student’s Name | BMI | Weight Classification | Risk Classification | |----------------|------|-----------------------|-----------------------| | Tara | 35.5 | Obesity Class II |…
find the activation energy for the crystals at 16000 psi in order to keep the crew happy and avoid a reversal of the current expansion of the universe
pre-employment screening, cyber threat training and revocation of access and passwords at termination are all examples of
The main objective of checkpoints is to reduce the number and duration of data ase backups
A single precision floating point number's exponent is encoded using which format? Question 5 options: a) Sign Magnitude b) Excess K c) Two's Complement d) Ooe's Complement
What is the purpose of the dirty bit in a PTE? Group of answer choices To indicate whether the page has been modified since it was last loaded from disk. To indicate whether the page is present in physical memory. To indicate whether the page is protected from access. To indicate whether the…
What have the notions of T-recognizable and decidable taught you about computability and how might that relate to general artificial intelligence?
What is the cap theroem? According to you, which of the Two properties ( consistency , avaiability , parition tolerance) are most important in NOSQL systems? And why?
Three methods that dominate IDPS detection methods th ases approach knowledge based or detection
Three different authentication methods can be used with IKE key determination: Public key encryption, symmetric key encryption, and ______
Software robots that mimic and integrate human actions to perform tasks within digital systems to optimize business processes. Robotic Process Automation Business Systems Management Systems C-3PO Enterprise Resource Systems
4.27 Problems in this exercise refer to the following sequence of instructions, and assume that it is executed on a five-stage pipelined datapath: scss 코드 복사 add x15, x12, x11 lw x13, 8(x15) lw x12, 0(x2) or x13, x15, x13 sw x13, 0(x15) 4.27.3 [10] <§4.8> If the processor has forwarding, but we…
Use the following symbolization Key, symbolize the following statement (ignore the tenses) : P: The immigration bill will be passed.S: The immigration bill has bipartisan support. U: The unions support the immigration bill. B: The business community supports the immigration bill. "Although the…
Match each column with a correct answer: Group of answer choices Customizing an ERP system is often very costly; more so than the initial investment. [ Choose ] True False ERP system implementation may reduce cycle times and increase efficiency. [ Choose ] True False An Amazon purchase,…
What is the purpose of the Communication Plan in a penetration testing project?
A false-to-true transition of input B causes all data in the FIFO file to: Multiple Choice shift one position toward the ending address of the file. shift one position toward the starting address of the file. set all data in the file to 1. rest all data in the file to 0.
Who is responsible for keeping records and supervising elections in California?
GRAB values its drivers as a very important third party to help them to run the business. Based on the statement above, “drivers” should be placed under which component of Business Model Canvas (BMC)? Segment pelanggan (Customer Segment) Sumber utama (Key resources) Saluran (Channels) Rakan…
Can the processor on the RPI perform any other operations during a polling routine? Are all inputs treated as equal so an urgent change may have to wait its turn before it's recognized by the computer. Question 3 options: TrueFalse
We access a value from a dictionary by using a _______. Group of answer choices Pair Item Key Index
characteristics of the structure of the database are generally changed during the impleetation phase
For the real number 1.5 the exponent of 2 is 0 hence 8 bits will be used to represent 0+127 and the mantissa will have 1 followed by 22 zeros. Group of answer choices True False
: What does this evaluate to in Lisp? (car ( cdr ( cdr ‘( ( Happy New Year) Toys ((Merry X-Mas) to you) Dec25 Break yea!)))) a) (Dec25 Break yea!)) b) (Merry X-Mas) c) Merry X-Mas to you d) (( Merry X-MAS) TO YOU) e) None of there
Explain the relationship between arrays and pointers. Discuss how the elements of an array can be accessed through a pointer without using the array-subscription operator ([]). Illustrate your explanation with code fragments.
A three-tier design includes a middle layer between the client and server that processes the client requests and translates them into data access commands that can be understood and carried out by the server. Interoperability Redundancy Scalability Transparency
There are two scopes for tags in CLX. What are they?
The Principle of Least Privilege relates to Access Controls Information Technology Change Controls Physical Security Controls Information Processing Controls
Define the Pulverizer State machine to have: states WWD N 6 start state WWD .a; b; 0; 1; 1; 0/ (where a b > 0) transitions WWD .x; y; s; t; u; v/ ! .y; rem.x; y/; u sq; v tq; s; t / (for q D qcnt.x; y/; y > 0): (a) Show that the following properties are preserved invariants of the Pulverizer…
These types of logs consist of access requests to resources. Audit logs Access logs Event logs Security logs
Consider a 20GB disk that has 20 surfaces over 10 platters. Each platter has 256 tracks and the block size for the disk is 16KB. Assume that the size of each track is the same. Compute the size of each cylinder on the disk both in terms of the number of bytes and the number of blocks. Also,…
Hidden instructions that migrate through network and operating systems are ____. Group of answer choices file servers nodes viruses pointers patches
hat is the primary parameter to be tuned in the K-Nearest Neighbors (KNN) algorithm? Group of answer choices Learning rate Regularization parameter Number of neighbors (K) Maximum depth of the tree
7. The key elements of the Web are: A. None at all here. B. URL and HTML. C. Network Protocol. D. B and C
For two-way set associative cache design with 16-bit address, the single block size is 8 bytes and the cache size is 64 Bytes. Here are access sequences to this cache. 3.1 What are the numbers of bits for tag, index and offset in the cache (3 points)? Please write down the number of bits for…
We assume that the branch result is known in an ID state. In addition, let us assume that all memory accesses are cache hit. Instruction Sequence addi $s1, $zero, 0 add $s0, $zero, $0 addi $t0, $zero, 1 for: beq $s0, $t0, done add $s1, $s1, $s0 addi $s0, $s0, 1 j for done: Register number…
Josiah is a master of programming in COBOL, an old programming language. The IT department he works for wants to update the company's mainframe from COBOL to Ruby, a newer programming language. Josiah doesn't want this change to happen and argues vehemently against it. Which of the following…
After you create a Dynamic B+ Tree with the following configuration, then the entry inserted, sequentially, into index #1 of the tree's root node will be the data index 33. Order: data entries: Method: Bulk Loading Select one: True False 𝑑 = 2 {2∗, 100∗, 22∗, 13∗, 23∗, 88∗, 24∗, 1∗, 33∗, 200∗,…
Describe how to identify and interpret transaction management, concurrency control concepts, and interpret business intelligence and data warehousing/mining concepts.
Problem 1 [4] For ℓ = 1, the angular-momentum components ˆLx, ˆLy and ˆLz are represented by the matrices Lx = 0 ℏ/√2 0 ℏ/√2 0 ℏ/√2 0 ℏ/√2 0 Ly = 0 −iℏ/√2 0 iℏ/√2 0 −iℏ/√2 0 iℏ/√2 0 Lz = ℏ 0 0 0 0 0 0 0 −ℏ , (i) Compute L2 = L2 x + L2 y + L2 z and show that it is a…
What is it called when an attacker convinces you to enter personal information at an imposter website after receiving an email from a person masquerading as an employee from your bank? Question 50 options: 1) encryption 2) dumpster diving 3) phishing 4) identity theft
A CheckBox is known as a(n) ________ button because it can be "on" or "off." Group of answer choices state alternating switch on/off
Question 9 the web is one of the most common activities performed by individuals who use computers. Browsing Paging Screening Scrolling
In bridged mode, a vNIC accesses a physical network using the host machine's NIC. True False
Cyber Laws are laws that govern transactions conducted via the internet. Group of answer choices True False
Create a 2-dimensional NumPy array A1 of shape (3,3) such that the first row should have the elements (1,2,4). The second row should have the elements (7,5,6). The third row should have the elements (9,4,11) Create a 2-dimensional NumPy array A2 of shape (3,3) such that the first row should…
what is the base of lof in tf idf calculation formula
The idea behind this algorithm is to reduce the computation time of a given problem
When there is fragmentation transparency in a distributed database management system (DDBMS), end users will have an easier time interacting with the database because of which of the following advantages? a. Must specify fragment and location name in SQL statement. b. Only need to specify…
To mitigate the risks of ransomware attacks, online retailers should invest in appropriate insurance coverage. Cyber liability insurance is crucial, as it provides financial protection against the costs associated with cyberattacks, including ransom payments, forensic investigations, legal…
Which of the following is NOT a benefit of partitioning in predictive analytics? Group of answer choices It helps prevent overfitting. It allows different kinds of models to be compared more easily. It allows measures of predictive accuracy to be used rather than measures of fit. It allows…
From a computer network perspective what is meant by multicasting? What is the motivation for developing multicast-based applications?
Early programming languages often only implemented Static variable storge binding which a) Limited the number of characters a variable name could have b) Did not allow for recursion c) Made things run less efficiently d) All of the others
In the Linux Command Line Interface (CLI), the command cd will change directories. True False
You are coaching a new junior administrator on managing user accounts, and she has asked you how to lock a user account on the system. What are valid ways to perform this task? Change the user's shell using chsh -s /bin/false username to lock the account. Use the lock username command. Place a…
Understand different cloud storage solutions. Task: Compare and implement a cloud storage solution (e.g., AWS S3 or Azure Blob Storage). Instructions: Compare performance and cost of different storage solutions. Please refer to the AWS, Azure and GCP documentation and make detailed comparison…
Input devices are things such as a keyboard or mouse that allow the computer to receive data. Group of answer choices True False
What is the output of the following program? (The answer must not contain a space before or after) int main( ) { int i = 1; { { int j = 0; printf("%d", j); } printf("%d", i) } printf("%d", i) return 0; }
Remediation of vulnerabilities can be accomplished by accepting or transferring the risk, removing the threat, or repairing the vulnerability.
Match each key point with the document that makes it. Question 2 options: 1234 The AWS Shared Responsibility Model outlines the specifics of what you need to consider when securing Microsoft platforms on your AWS account, including: resource and access management, infrastructure security,…
Under what circumstances would you NOT want to emphasize fairness in a disk scheduling algorithm
Evaluate the multiplication of two positive 6-bit binary integers, 2510 and 3910 using the basic form of multiplication consisting of forming the product of two unsigned (positive) binary numbers. [10 marks]
Let L = {(a^p)(b^q) OR p > q} a. What is L in English? b. Prove L is context free by constructing a NPDA M
In systems development, the _____________ is responsible for modifying or developing programs to satisfy user requirements. Question 38Select one: a. IT manager b. database administrator c. programmer d. senior business analysts e. Chief Information Security Officer (CISO)
Draw an FSM for the L(r) where r = (ca*b + db*a)d + dc over the alphabet {a, b, c, d} Indicate the Start State and the Final State(s). Provide two examples of strings that are accepted by the FSM and write the transition sequences to validate. Provide two examples of strings that are not…
Create only 4 Array Lists for empID, empName, empDept, empSalary. Or create Java Class with variables: empID, empName, empDept, empSalary and use constructor, getters and setters. The program should look something like this: ID NAME DEPT SALARY ANNUAL…
What does "availability" in the CIA Triad refer to? answer The system is protected against unauthorized access and attacks and disclosure. The data is stored and transferred as intended and that any modification is authorized. Information and resources are accessible to those authorized when…
What are the main benefits of integrating network security groups (NSGs) with Azure Firewall in Microsoft Azure?
You need to create an Azure virtual network to host 10 testing stations. Which of the following address spaces has just the right number of IP addresses for the 10 computers? a. 192.169.1.0/30 b. 192.168.1.0/29 c. 192.168.1.0/27 d. 192.168.1.0/28
A SCIF is a: Question 15 options: Secret Computer Information Facility Secure Compartmentalized Information Facility Sensitive Computer Information Fortress Sensitive Compartmented Information Facility Secret Compartmentalized Information Fortress
The beans are washed by hand. The host roasts the beans in front of you using a pan over an open flame. Then she will pass the pan around so guests can smell the freshly roasted coffee. When the coffee is ready, she will manually grind the coffee using a wooden mortar and pestle until the…
1. The PMK is used to generate the ______ which consists of three keys to be used for communication between a STA and AP after they have been mutually authenticated. A. AAA Key B. GTK C. PTK …
ACL stands for access control lists and is used in systems operation accounting true or false
Also known as two-factor authentication, which of the following terms describes using at least two different and independent authentication mechanisms for authentication?
How do blockchains function like ledgers? Group of answer choices They periodically update all balances of each wallet to the blockchain. All options are correct They hold vast amounts of transaction data as a centralized database. They hold a record of all transactions that have ever occurred…
Construct a turing machine from scratch that computes the sum function sum(x,y) = x + y, where x and y are in unary representation.
Compare and contrast the bag-of-words approach with word embeddings for representing text data. Include: • Advantages and disadvantages of each approach • A specific use case where word embeddings would be clearly superior to bag-of-words
Mainframe systems leverage data communications to decentralize or distribute capacity. Question 50Select one: True False
An adequate sample size is required for multiple regression. True False Clear selection
In an Access database, if 1, 2, 2, 5, 1, 7, 4 are values of a foreign key, what can be values in its corresponding primary key?
A system has three types of resources, R1, R2, and R3, and their numbers of units are 3, 2, and 2, respectively. Four processes P1, P2, P3, and P4 are currently competing for these resources in the following manner: (5 Marks) (a) P1 is holding one unit of R1 and is requesting for one unit…
Which of the following statements would count as Matters of Fact? A. Unicorns are white.' B. All triangles have three sides. C. Round squares have four corners. D. The blind man saw the thief. Give me one correct answer
An admin wants to separate departments within the organization's network to increase security. The primary concern is slowing an attacker's lateral movement should the network be compromised. Which of the following should the admin implement to address their concerns?
Which of the following statements is true? Predictive analysis use machine learning and artificial intelligence Prescriptive analytics attempt to find hidden patterns or variables
You want to store data about the node. This data being stored about the node are like attributes. Which of the options below do you want to store? a. Node b. Properties c. Edge d. Transverse
26. The selectors that determine a Security Policy Database are: Name, Local and Remote Ports, Next Layer Protocol, Remote IP Address, and ____
Describe the main data fragmentation strategies givebsome examples of each strategy
Which type of data analytics requires a deep understanding of domain expertise and business context to provide meaningful insights?
REVIEW QUESTIONS 1. What is special about the Naïve Bayes algorithm? What is the meaning of “Naïve” in this algorithm? 2. What are the advantages and disadvantages of Naïve Bayes compared to other machine-learning methods? 3. What type of data can be used in Naïve Bayes algorithm? What type of…
Explain the challenges of recording consistent global snapshots in a system with non-FIFO channels. Discuss how message reordering can lead to inconsistencies
What should be the focus when prioritizing vulnerabilities in a penetration testing report?
Client-server architecture holds the client responsible for X and server is only responsible for Y. What is X and Y?
7. Now consider an E20 computer that has two caches: the L1 cache is an 8-row direct-mapped cache with a blocksize of 32 bits. the L2 cache is a 4-row 2-way set-associative cache with a blocksize of 64 bits. E20 memory addresses are 13 bits. Memory cells are 16 bits. The caches are…
Select the correct statement regarding centralized and decentralized medium access control methods
3. The Transmission Control Protocol (TCP) provides: (a) a connection-oriented service. (b) unreliable delivery. (c) best-effort delivery. (d) in-sequence delivery.
Mataric’s robots had some behavioral primitives and some emergent properties. What is the difference between these two?
On a Linux host, which tool is best used for network traffic analysis?
How can a mutex be used to prevent race conditions? Group of answer choices By allowing multiple threads to access a shared resource simultaneously. By prioritizing threads based on their importance. By ensuring that only one thread can access a critical section at a time.By ensuring that only…
What is the correct statement regarding a network access point also known as an internet exchange point
How to make a save and restore button for JavaFx the save button saves what the current panel looks like and the restore button puts it to where the save button was
Question 1: /13 Marks Specify whether each of the following statements is true (T) or false (F): HCI is a pure computer science domain. Human-centered design is a concept known in the computer science domain only. If you are designing an app to be used by older people, you must use a large font…
A default constructor is required in a Java class when constructing an overloaded constructor in the same class True or false
Suppose you are designing a network with 30 subnets. What is the minimum number of bits that you need to take from the host part to implement this design? a. 6 b. 4 c. 5 d. 3
1.3-7 Packet switching or Circuit-switching? Consider a scenario in which 5 users are being multiplexed over a channel of 10 Mbps. Under the various scenarios below, match the scenario to whether circuit switching or packet switching is better. - A. B. C.…
Your local ISP has provided you with a dedicated line that has a Committed Information Rate of 1.54 Mbps. What does this mean? Group of answer choices 1.54 Mbps is the guaranteed minimum transmission rate. 1.54 Mbps is available for burst network traffic only. The dedicated line is using…
Which of the following is an activity performed within the STLC? Question 2 options: Preparing test reports Updating a traceability matrix of requirements to tests Updating design artifacts to match the code Defining design elements
What is a directory in a file system? Group of answer choices A physical block of storage. A device driver for disk storage. A container for files and other directories. A memory management technique.
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…
19. What is the primary characteristic of ROM (Read-Only Memory)? a. It can be rewritten multiple times b. It can be modified by the user c. It is a non-volatile memory d. It is a volatile memory
How does the CPU handle an interrupt? Group of answer choices It immediately terminates the current process. It ignores the interrupt and continues with the current process. It saves the current state of the CPU and transfers control to the interrupt handler. It halts the execution of all…
Assume static scoping PROGRAM EX1; int i; // global int A[3]; // global {array starts at 1} PROCEDURE P1( int x, int y) BEGIN y := 2; i := 3; END; BEGIN //main A[1]:= 6; A[2]:= 12; A[3]:= 11; i := 2; P1(A[i], i); // first call PRINT(i) // #1 prints value of i PRINT_A(A); // #2 assume function…
GenAI is considered to be a part of which technology revolution?
Name Sorter Purpose. The purpose is for you to demonstrate that you have mastered arrays, array-based lists, sorting, and Boolean search. Requirements. Write a program named nameSorter.cpp, to read names in a text file, sort them alphabetically, and output them to the screen. Here are some…
In order to use the Python’s calendar object, you must first import the calendar True False
1. Show the step-by-step multiplication process using Booth algorithm when the following binary numbers are multiplied. Assume 5-bit registers that hold signed numbers. The multiplicand is a. (-17) x (-14) b. (-16) x (+14) 2. Show the content of registers A, B, Q, and SC during the decimal…
Which component of IPSec is generates the encryption and authentication keys? SA AH ESP MPPE
ICMP is used during data transmission for error and data reporting. It is important to know the ICMP types and codes that could be reported back in order to understand the communication. Some ICMP message types will be associated with codes that provide additional detail. ICMPv4 and ICMPv6 have…
which services are allowed through the firewall for the INPUT chain
Which of the following types of inheritance does Java support? Question 4Answer a. Multiple inheritance b. Single inheritance c. Java doesn't support inheritance d. Hybrid inheritance e. Double inheritance
SQL provides a visual approach to developing database queries or requests. Question 41Select one: True False
Consider four destination wedding packages $P_1$, $P_2$, $P_3$ and $P_4$. We want to choose one. Their cost are INR 1,00,000, INR 1,50,000, INR 2,50,000 and INR 3,50,000. Their days for packages are 10, 20, 30 and 35 respectively. They are viewed as interesting with degrees 0.4, 0.3, 0.6, 0.5.…
8. (10pt) Assume that the following code is running on NVIDIA Tesla architecture. if(a<0) b = c+d; // path1 else if(a==0) b = c*d; // path2 else b = c/d; // path3 Among a group of 32 threads called WARP, 10 threads follow path1, 10 threads follow path2, and 12 threads follow path3. Assume that…
Question 43 1 pts The following code with the delay function with the wiringPi library will pause the program for 1.75 seconds: mov r0, #1750 bl delay True False
Which is correct? DECLARE @myTIme DateTimer DECLARE @myTIme AS DateTime DECLARE @myTIme DateTime DECLARE @myTIme AS DateTimer
Which of the following would be an implementation of a function named: mystery\_one, which takes the value of x in register r0 and value of y in register r1, computes $r = 4*(x+y)$, and returns r in r0? mystery\_one: add r0, r1 mov r0, r0, asl \#4 mov pc, lr mystery\_one: add r0, r1 mov r0, r0,…
Question 2 of 5 In the term SDHC, what does HC stand for? High Capacity Hard Coded Half Cadence Home Computer
Which of the following is NOT a benefit of e-commerce ? A Provides increased Security B Reduced Costs C Increased Accuracy of Orders D Faster flow of goods and information Question 30 Artificial Intelligence can be described as a computer's capability to learn, reason and self-correct. A True B…
WBITE dow M the pre-onderf im omder, and post omder Thee traversal onder WRITE down the pre-order, in-order and post-order tree traversal order
If using computer A you can solve a problem with O(n³) complexity of size N in one hour, what size of that problem (as a function of N) can you solve in 8 hours with computer B, which is 64 times faster than computer A?
U.S. pilots are trained to follow TCAS instructions even if they conflict with instructions from an air traffic controller. True False
According to the NIST Cybersecurity Framework coordination, which group is not part of the feedback loop? A Executive B Business/process C Shareholders D Implementation/operations
Question 7 To manage problems that arise from using a DBMS, companies appoint a DBA to manage both the database and the use of the DBMS. True False
Question 15 1 pts Why is it challenging to develop parallel processing programs, particularly as the number of processors increases? Sequential programs can run on parallel processors without any modifications, making parallel processing programs redundant. The challenge is that parallel…
is an approach to I/O control in which I/O devices and main memory share the same address space. I/O channels Memory-mapped I/O Programmed I/O Interrupt-driven I/O
A(n) ____ is a body with no statements in it. loop body priming input empty body infinite loop
Question 7 1 pts Which of the following correctly describes the stages of the pipelined datapath in a five-stage pipeline? The ID stage involves executing the operation or calculating an address. The IF stage is responsible for decoding the instruction and reading the register file. The MEM…
3. (6 points) TCP Handshake When establishing a connection in TCP, a "three-way handshake" is done before exchanging data. Why are three steps needed and not just two? Explain at a self-chosen scenario what could go wrong under which conditions.
(5) (5 points) Choose the expressions that is equal to 1, no assumptions: (i) $\sum_a P(A = a|B)$ (ii) $\sum_a \sum_b P(A = a|B = b)$ (iii) $\sum_b P(A = a|B = b)$ (iv) $\sum_a P(A = a)P(B = b)$
Intelligent techniques are tools for discovering patterns and applying knowledge to discrete decisions and knowledge domains. Which of the following would be considered to be an Intelligent Technology? Data Mining Virtual Reality Knowledge Networks Learning Management Systems
A hacker-controlled computer is called a ______ Multiple Choice virus robot cyborg zombie
Question 28 RTP adds \_\_\_\_\_\_ to UDP. O security O Neither security nor sequence numbers O sequence numbers O Both security and sequence numbers
How should a computer system professional approach software default settings? completely rely on customer judgment make them difficult to change set them randomly pay attention to default settings
Question 25 1 pts Convert 336.375 base 10 to FIXED POINT 16 bit binary with 8 bits to the left of the binary point and 8 bits to the right of the binary point (do not round numbers). 0010 0100.0110 0000 0010.0100 0110 0000 0110 0100.0110 0000 None of the above
1. (25 points) Write a Java method called treeToGraph that receives a binary tree's root in the form of a BinaryNode<Vertex> (BinaryNode from HW#2), copies it into a graph of type HashMap<Vertex, HashSet<Vertex>> and returns it. The graph should store each parent-child relation of tree in the…
Question 17 5 pts What is the output of the Horspool Algorithm after scanning the string, including spaces "", for "YELLOW": "TWO ROADS DIVERGED IN A YELLOW - WOOD" a) -1 b) 0 c) 11 d) 24 e) 29 f) 34 g) 35 h) TRUE
2 Multiple Choice 1 point A company wants to develop a new web application but doesn't want to manage the underlying operating systems or infrastructure. Which cloud service model should it choose? PaaS SaaS DBaaS IaaS
It is important that the loop control \_\_\_\_\_ be altered within the body of the loop. constant argument value variable
Which of the following best describes the five-component framework of IS? a. Applications, processes, processing, data, and standards b. Hardware, software, data, procedures, and people c. Applications, people, standards, budgets, and software d. Networks, software, servers, programmers, and…
What is a key advantage of using SaaS applications? Full control over server and network configurations Automatic updates and maintenance by the provider Custom hardware setups for users On-premises deployment flexibility
Sample Problem: What is the least expensive set of telephone lines needed to connect computers in San Francisco with those in New York. DISTANCE San Francisco 1855 957 349 Los Angeles 1736 Boston 860 Chicago 908 Denver 798 1372 191 722 New York 1235 645 Dallas Apply Kruskal and Dijkstra…
Which approaches are commonly used in grey box testing during penetration testing? Select all that apply.
Part 1: Machine Learning Algorithms Find a real-world example of machine learning used for inference. Identify the algorithm(s) used and propose an alternative algorithm. Indicate the weaknesses and strengths of the alternative. Part 2: Supervised Machine Learning Find a real-world example (or…
Write an ARM ASSEMBLY LANGUAGE program that contains function SelectionSort(float[] a, int len). This function must take an array of single precision floating point values (allocated in RAM) and its length (both passed in stack) and sort the array in ascending order by using the selection-sort…
Consider sending a 4000-byte datagram that has arrived at a router R1 that needs to be sent over a link that has an MTU size of 1500 bytes to R2. Then it has to traverse a link with an MTU of 1000 bytes. Let the identification number of the original datagram be 555. How many fragments are…
Should global regulations govern computer vision use in sensitive areas (e.g., healthcare, law enforcement)? Why or why not?
Let T be the Turing Machine whose quintuples are: ð Þ 0, 0: 0, R, 0 ð Þ 2, 0: 0, R, 4 ð Þ 4, 0: 1, R, 3 ð Þ 0, 1: 0, R, 1 ð Þ 2, 1: 1, R, 0 ð Þ 4, 1: 1, R, 4 ð Þ 1, 0: 0, R, 2 ð Þ 3, 0: 1, R, 1 ð Þ 1, 1: 0, R, 3 ð Þ 3, 1: 1, R, 2 (a) Walk through the operation of machine T applied to the…
What is the role of the Program Counter (PC) in the instruction cycle? Group of answer choices To store the current instruction To store the address of the next instruction To perform arithmetic operations To control the flow of data between the CPU and memory
with a hacker this goes a security hole in a software that is known to the software vendor it is an example of sniffing social engineering fishing zero-day vulnerability or
Which of the following is a game controller that is held with both hands and used to control movement of on-screen objects by pressing buttons and moving hardware components? Question 64 options: 1) Joystick 2) Gamepad 3) Digital Pen
What is the most common central device used today to connect computers to a network? a . hub b . *switch c . SOHO router d . VPN router
The name Linux is a contraction of Linus and UNIX. Question 24 options: TrueFalse
consider the decomposition of 10.5 g of magnesium diboride at 1135K after 185 seconds 8.76g remains. MgB2(s) --> Mg(s)+2B(s) assume the reaction follows first-order kinetics. whats is the rate constant?
Which of the following is true with respect to static variables. Choose all that apply. Question 5Answer a. Static variables must be class level. b. Static variables can only be accessed by code in static methods of their class. c. The memory allocation of a static variable is done only once,…
Among the three classes of cache misses, [ Select ] ["Cold miss", "Capacity miss", "Conflict miss"] is not affected if you enlarge cache size but keep block size and associativity constant.
what is the cardinality of the relationship between customer and product
1. What is computer software? 2. Can you differentiate computer software and computer program? 3. What is software engineering? 4. When you know programming, what is the need to learn software engineering concepts? 5. What is software process or Software Development Life Cycle (SDLC)? 6. What…
Question 11 (2 pts) For the following sentence of English, give an expression of propositional logic which could be a representation of the meaning of that sentence. Be sure to define the atomic propositions that you use. If there is any ambiguity in the English sentence, you may choose any…
Why are there de-ionized water cooling systems and standard water cooling systems? Why would you use one over the other?
Consider a 80GB hard disk that has 10 surfaces across 5 platters. Let there be 512 tracks on each surface of the disk and let each track be divided into 512B sectors. Compute the address format for the disk. That is, determine the format for addressing each sector on the disk. Note that an…
How can data capacity over an Ethernet LAN using UTP be increased
When developing a robust and secure communication infrastructure for the implementation of blockchain technology, what factors should the IT professionals consider to maintain the integrity of the open public ledger and ensure the secure exchange of data across the network? (Select two.)
Which installation type should you choose if you want a clean installation of Windows?
Why is automation with Azure CLI and Azure PowerShell important for web application penetration testing?
What is the main limitation of SSDs compared to HDDs? Group of answer choices Higher data transfer rates Lower power consumption Limited write endurance Limited storage space
Which movie pioneered the use of the jump cut, a signature of the French New Wave? Question 2 options: Breathless Vivre Sa Vie The 400 Blows The Cousins
IEEE 802.11n supports 2.4GHz and 5 GHz. Select one: True False
__________ is a data mining technique used to determine the groups of data that may exist in a set of data based on the characteristics of the data.
use irvine library !!!!!!!!!!!!!!!!!! One hundred students are assigned lockers 1 through 100 The student assigned to locker number 1 opens all 100 lockers The student assigned to locker number 2 then closes all lockers whose numbers are multiples of 2 The student assigned to locker number 3…
what is the entity called that reviews all changes that are submitted by systems within an organization
War games or _____ use a subset of the IR plan to create a realistic testing environment, which adds to the value of the rehearsal and can enhance training. Question 1Answer a. desk checks b. simulations c. dry runs d. walk-throughs
Question 40 Which of the following is NOT a guideline to follow when building formulas and functions in Excel? Do not overuse parentheses. For example, use =SUM(Sales) instead of (SUM(Sales)). Avoid unneeded spaces in formulas. Always put quotation marks around text characters. Use the Excel…
True or false when printing you also have the option to save as a PDF
Why do Christmas and New Year's Day always fall on the same day of the week? 25 ( mod 7) = 31 ( mod 7)O 7( mod 25) = 31 ( mod 7)O 7( mod 25) = 7( mod 31) 7( mod 7) = 31 ( mod 25)
A user who expects a software product to be able to perform a task for which it was not intended is a victim of a ____. a. user misunderstanding b. software design problem c. software bug d. user mistake
The RPI generates SW interrupts and these can be detected on the GPIO pin interface of the device. Question 1 options: TrueFalse
FORENSICS: ARGUMENTATION::? 1. Autopsy: death 2. Syntax: grammar 3. Jurisprudence: law 4. Archaeology: site 7. 5. Etymology: dictionary
Briefly describe: a. Three types of Anti-Virus Software. b. Compare them 2. Briefly describe differences between hardware and software Firewalls
What performance specification does 2 GHz refer to? Question 62 options: 1) Speed at which the processor executes instructions 2) Speed at which data travels 3) Time taken to fetch and decode instructions 4) Time taken to store the instructions on RAM
At any point in time the user can press the Restore button, and the last saved order will be displayed on the user interface. If there is no file available (nothing has been saved yet) and the user presses Restore, then have a dialog box report "Error opening data file"
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
What is the purpose of the Ethernet physical medium dependent sublayer
Human brains run automatic processes to select what information to pay attention to, much like the______ in email. Question 27 options: HTML code inbox spam filters diagnostics
Compute the Fourier sine series for the given function. f(x)=20\pi -20x, 0
Exercise 5.2 Write in JAVA A college course has a number, title, semester offered, meet day and time, a required book, and a classroom. The required book has an ISBN and a title. The classroom has a room number, building name, and seat capacity. Write code for the three classes: course,…
16. Let R(A, B, C, D, E, F) be a relation schema, and let S = {A -> B, AB -> C, AC -> E, B -> CF, BC -> DE} be a set of functional dependencies. Use the Chase test to determine if the decomposition of R into the relation schemas R₁(A, B, E), R₂(A, D), R₃(B, D, E), and R₄(B, C, F) is…
Which of the following statements accurately describes a feature or optimization of the NetFPGA 10-Gigabit Ethernet card and its associated technologies? Group of answer choices The NetFPGA 10-Gigabit Ethernet card uses PCIe 1.1 with 32 lanes, allowing a total bandwidth of 64 Gigabits/second in…
A super ( parent) class owns all public methods .including the method in its sub ( child) class. True or false
James A. Farley Post Office in New York, NY is the largest U.S. Postal Service retail space at 33,100 square feet. Suppose that it allows for many Parallel Queues and Several Counters for servicing customers. In contrast, assume that another large Post Office in Chicago allows for One Queue…
Task: In the preprocessing step, you may need to merge some datasets to associate products with their corresponding order details. It is a very raw dataset. Complete all the data preprocessing steps needed. You may also need to sort and group the merged data to ensure that you process the…
the software engineering design concept of loose coupling refers to a software module that has many strict dependencies with other modules
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
--- ### Fitness Activities: #### Body Composition Assessments **Body Mass Index (BMI)** | Student’s Name | BMI | Weight Classification | Risk Classification | |----------------|------|-----------------------|-----------------------| | Tara | 35.5 | Obesity Class II |…
find the activation energy for the crystals at 16000 psi in order to keep the crew happy and avoid a reversal of the current expansion of the universe
pre-employment screening, cyber threat training and revocation of access and passwords at termination are all examples of
The main objective of checkpoints is to reduce the number and duration of data ase backups
A single precision floating point number's exponent is encoded using which format? Question 5 options: a) Sign Magnitude b) Excess K c) Two's Complement d) Ooe's Complement
What is the purpose of the dirty bit in a PTE? Group of answer choices To indicate whether the page has been modified since it was last loaded from disk. To indicate whether the page is present in physical memory. To indicate whether the page is protected from access. To indicate whether the…
What have the notions of T-recognizable and decidable taught you about computability and how might that relate to general artificial intelligence?
What is the cap theroem? According to you, which of the Two properties ( consistency , avaiability , parition tolerance) are most important in NOSQL systems? And why?
Three methods that dominate IDPS detection methods th ases approach knowledge based or detection
Three different authentication methods can be used with IKE key determination: Public key encryption, symmetric key encryption, and ______
Software robots that mimic and integrate human actions to perform tasks within digital systems to optimize business processes. Robotic Process Automation Business Systems Management Systems C-3PO Enterprise Resource Systems
4.27 Problems in this exercise refer to the following sequence of instructions, and assume that it is executed on a five-stage pipelined datapath: scss 코드 복사 add x15, x12, x11 lw x13, 8(x15) lw x12, 0(x2) or x13, x15, x13 sw x13, 0(x15) 4.27.3 [10] <§4.8> If the processor has forwarding, but we…
Use the following symbolization Key, symbolize the following statement (ignore the tenses) : P: The immigration bill will be passed.S: The immigration bill has bipartisan support. U: The unions support the immigration bill. B: The business community supports the immigration bill. "Although the…
Match each column with a correct answer: Group of answer choices Customizing an ERP system is often very costly; more so than the initial investment. [ Choose ] True False ERP system implementation may reduce cycle times and increase efficiency. [ Choose ] True False An Amazon purchase,…
What is the purpose of the Communication Plan in a penetration testing project?
A false-to-true transition of input B causes all data in the FIFO file to: Multiple Choice shift one position toward the ending address of the file. shift one position toward the starting address of the file. set all data in the file to 1. rest all data in the file to 0.
Who is responsible for keeping records and supervising elections in California?
GRAB values its drivers as a very important third party to help them to run the business. Based on the statement above, “drivers” should be placed under which component of Business Model Canvas (BMC)? Segment pelanggan (Customer Segment) Sumber utama (Key resources) Saluran (Channels) Rakan…
Can the processor on the RPI perform any other operations during a polling routine? Are all inputs treated as equal so an urgent change may have to wait its turn before it's recognized by the computer. Question 3 options: TrueFalse
We access a value from a dictionary by using a _______. Group of answer choices Pair Item Key Index
characteristics of the structure of the database are generally changed during the impleetation phase
For the real number 1.5 the exponent of 2 is 0 hence 8 bits will be used to represent 0+127 and the mantissa will have 1 followed by 22 zeros. Group of answer choices True False
: What does this evaluate to in Lisp? (car ( cdr ( cdr ‘( ( Happy New Year) Toys ((Merry X-Mas) to you) Dec25 Break yea!)))) a) (Dec25 Break yea!)) b) (Merry X-Mas) c) Merry X-Mas to you d) (( Merry X-MAS) TO YOU) e) None of there
Explain the relationship between arrays and pointers. Discuss how the elements of an array can be accessed through a pointer without using the array-subscription operator ([]). Illustrate your explanation with code fragments.
A three-tier design includes a middle layer between the client and server that processes the client requests and translates them into data access commands that can be understood and carried out by the server. Interoperability Redundancy Scalability Transparency
There are two scopes for tags in CLX. What are they?
The Principle of Least Privilege relates to Access Controls Information Technology Change Controls Physical Security Controls Information Processing Controls
Define the Pulverizer State machine to have: states WWD N 6 start state WWD .a; b; 0; 1; 1; 0/ (where a b > 0) transitions WWD .x; y; s; t; u; v/ ! .y; rem.x; y/; u sq; v tq; s; t / (for q D qcnt.x; y/; y > 0): (a) Show that the following properties are preserved invariants of the Pulverizer…
These types of logs consist of access requests to resources. Audit logs Access logs Event logs Security logs
Consider a 20GB disk that has 20 surfaces over 10 platters. Each platter has 256 tracks and the block size for the disk is 16KB. Assume that the size of each track is the same. Compute the size of each cylinder on the disk both in terms of the number of bytes and the number of blocks. Also,…
Hidden instructions that migrate through network and operating systems are ____. Group of answer choices file servers nodes viruses pointers patches
hat is the primary parameter to be tuned in the K-Nearest Neighbors (KNN) algorithm? Group of answer choices Learning rate Regularization parameter Number of neighbors (K) Maximum depth of the tree
7. The key elements of the Web are: A. None at all here. B. URL and HTML. C. Network Protocol. D. B and C
For two-way set associative cache design with 16-bit address, the single block size is 8 bytes and the cache size is 64 Bytes. Here are access sequences to this cache. 3.1 What are the numbers of bits for tag, index and offset in the cache (3 points)? Please write down the number of bits for…
We assume that the branch result is known in an ID state. In addition, let us assume that all memory accesses are cache hit. Instruction Sequence addi $s1, $zero, 0 add $s0, $zero, $0 addi $t0, $zero, 1 for: beq $s0, $t0, done add $s1, $s1, $s0 addi $s0, $s0, 1 j for done: Register number…
Josiah is a master of programming in COBOL, an old programming language. The IT department he works for wants to update the company's mainframe from COBOL to Ruby, a newer programming language. Josiah doesn't want this change to happen and argues vehemently against it. Which of the following…
After you create a Dynamic B+ Tree with the following configuration, then the entry inserted, sequentially, into index #1 of the tree's root node will be the data index 33. Order: data entries: Method: Bulk Loading Select one: True False 𝑑 = 2 {2∗, 100∗, 22∗, 13∗, 23∗, 88∗, 24∗, 1∗, 33∗, 200∗,…
Describe how to identify and interpret transaction management, concurrency control concepts, and interpret business intelligence and data warehousing/mining concepts.
Problem 1 [4] For ℓ = 1, the angular-momentum components ˆLx, ˆLy and ˆLz are represented by the matrices Lx = 0 ℏ/√2 0 ℏ/√2 0 ℏ/√2 0 ℏ/√2 0 Ly = 0 −iℏ/√2 0 iℏ/√2 0 −iℏ/√2 0 iℏ/√2 0 Lz = ℏ 0 0 0 0 0 0 0 −ℏ , (i) Compute L2 = L2 x + L2 y + L2 z and show that it is a…
What is it called when an attacker convinces you to enter personal information at an imposter website after receiving an email from a person masquerading as an employee from your bank? Question 50 options: 1) encryption 2) dumpster diving 3) phishing 4) identity theft
A CheckBox is known as a(n) ________ button because it can be "on" or "off." Group of answer choices state alternating switch on/off
Question 9 the web is one of the most common activities performed by individuals who use computers. Browsing Paging Screening Scrolling
In bridged mode, a vNIC accesses a physical network using the host machine's NIC. True False
Cyber Laws are laws that govern transactions conducted via the internet. Group of answer choices True False
Create a 2-dimensional NumPy array A1 of shape (3,3) such that the first row should have the elements (1,2,4). The second row should have the elements (7,5,6). The third row should have the elements (9,4,11) Create a 2-dimensional NumPy array A2 of shape (3,3) such that the first row should…
what is the base of lof in tf idf calculation formula
The idea behind this algorithm is to reduce the computation time of a given problem
When there is fragmentation transparency in a distributed database management system (DDBMS), end users will have an easier time interacting with the database because of which of the following advantages? a. Must specify fragment and location name in SQL statement. b. Only need to specify…
To mitigate the risks of ransomware attacks, online retailers should invest in appropriate insurance coverage. Cyber liability insurance is crucial, as it provides financial protection against the costs associated with cyberattacks, including ransom payments, forensic investigations, legal…
Which of the following is NOT a benefit of partitioning in predictive analytics? Group of answer choices It helps prevent overfitting. It allows different kinds of models to be compared more easily. It allows measures of predictive accuracy to be used rather than measures of fit. It allows…
From a computer network perspective what is meant by multicasting? What is the motivation for developing multicast-based applications?
Early programming languages often only implemented Static variable storge binding which a) Limited the number of characters a variable name could have b) Did not allow for recursion c) Made things run less efficiently d) All of the others
In the Linux Command Line Interface (CLI), the command cd will change directories. True False
You are coaching a new junior administrator on managing user accounts, and she has asked you how to lock a user account on the system. What are valid ways to perform this task? Change the user's shell using chsh -s /bin/false username to lock the account. Use the lock username command. Place a…
Understand different cloud storage solutions. Task: Compare and implement a cloud storage solution (e.g., AWS S3 or Azure Blob Storage). Instructions: Compare performance and cost of different storage solutions. Please refer to the AWS, Azure and GCP documentation and make detailed comparison…
Input devices are things such as a keyboard or mouse that allow the computer to receive data. Group of answer choices True False
What is the output of the following program? (The answer must not contain a space before or after) int main( ) { int i = 1; { { int j = 0; printf("%d", j); } printf("%d", i) } printf("%d", i) return 0; }
Remediation of vulnerabilities can be accomplished by accepting or transferring the risk, removing the threat, or repairing the vulnerability.
Match each key point with the document that makes it. Question 2 options: 1234 The AWS Shared Responsibility Model outlines the specifics of what you need to consider when securing Microsoft platforms on your AWS account, including: resource and access management, infrastructure security,…
Under what circumstances would you NOT want to emphasize fairness in a disk scheduling algorithm
Evaluate the multiplication of two positive 6-bit binary integers, 2510 and 3910 using the basic form of multiplication consisting of forming the product of two unsigned (positive) binary numbers. [10 marks]
Let L = {(a^p)(b^q) OR p > q} a. What is L in English? b. Prove L is context free by constructing a NPDA M
In systems development, the _____________ is responsible for modifying or developing programs to satisfy user requirements. Question 38Select one: a. IT manager b. database administrator c. programmer d. senior business analysts e. Chief Information Security Officer (CISO)
Draw an FSM for the L(r) where r = (ca*b + db*a)d + dc over the alphabet {a, b, c, d} Indicate the Start State and the Final State(s). Provide two examples of strings that are accepted by the FSM and write the transition sequences to validate. Provide two examples of strings that are not…
Create only 4 Array Lists for empID, empName, empDept, empSalary. Or create Java Class with variables: empID, empName, empDept, empSalary and use constructor, getters and setters. The program should look something like this: ID NAME DEPT SALARY ANNUAL…
What does "availability" in the CIA Triad refer to? answer The system is protected against unauthorized access and attacks and disclosure. The data is stored and transferred as intended and that any modification is authorized. Information and resources are accessible to those authorized when…
What are the main benefits of integrating network security groups (NSGs) with Azure Firewall in Microsoft Azure?
You need to create an Azure virtual network to host 10 testing stations. Which of the following address spaces has just the right number of IP addresses for the 10 computers? a. 192.169.1.0/30 b. 192.168.1.0/29 c. 192.168.1.0/27 d. 192.168.1.0/28
A SCIF is a: Question 15 options: Secret Computer Information Facility Secure Compartmentalized Information Facility Sensitive Computer Information Fortress Sensitive Compartmented Information Facility Secret Compartmentalized Information Fortress
The beans are washed by hand. The host roasts the beans in front of you using a pan over an open flame. Then she will pass the pan around so guests can smell the freshly roasted coffee. When the coffee is ready, she will manually grind the coffee using a wooden mortar and pestle until the…
1. The PMK is used to generate the ______ which consists of three keys to be used for communication between a STA and AP after they have been mutually authenticated. A. AAA Key B. GTK C. PTK …
ACL stands for access control lists and is used in systems operation accounting true or false
Also known as two-factor authentication, which of the following terms describes using at least two different and independent authentication mechanisms for authentication?
How do blockchains function like ledgers? Group of answer choices They periodically update all balances of each wallet to the blockchain. All options are correct They hold vast amounts of transaction data as a centralized database. They hold a record of all transactions that have ever occurred…
Construct a turing machine from scratch that computes the sum function sum(x,y) = x + y, where x and y are in unary representation.
Compare and contrast the bag-of-words approach with word embeddings for representing text data. Include: • Advantages and disadvantages of each approach • A specific use case where word embeddings would be clearly superior to bag-of-words
Mainframe systems leverage data communications to decentralize or distribute capacity. Question 50Select one: True False
An adequate sample size is required for multiple regression. True False Clear selection
In an Access database, if 1, 2, 2, 5, 1, 7, 4 are values of a foreign key, what can be values in its corresponding primary key?
A system has three types of resources, R1, R2, and R3, and their numbers of units are 3, 2, and 2, respectively. Four processes P1, P2, P3, and P4 are currently competing for these resources in the following manner: (5 Marks) (a) P1 is holding one unit of R1 and is requesting for one unit…
Which of the following statements would count as Matters of Fact? A. Unicorns are white.' B. All triangles have three sides. C. Round squares have four corners. D. The blind man saw the thief. Give me one correct answer
An admin wants to separate departments within the organization's network to increase security. The primary concern is slowing an attacker's lateral movement should the network be compromised. Which of the following should the admin implement to address their concerns?
Which of the following statements is true? Predictive analysis use machine learning and artificial intelligence Prescriptive analytics attempt to find hidden patterns or variables
You want to store data about the node. This data being stored about the node are like attributes. Which of the options below do you want to store? a. Node b. Properties c. Edge d. Transverse
26. The selectors that determine a Security Policy Database are: Name, Local and Remote Ports, Next Layer Protocol, Remote IP Address, and ____
Describe the main data fragmentation strategies givebsome examples of each strategy
Which type of data analytics requires a deep understanding of domain expertise and business context to provide meaningful insights?
REVIEW QUESTIONS 1. What is special about the Naïve Bayes algorithm? What is the meaning of “Naïve” in this algorithm? 2. What are the advantages and disadvantages of Naïve Bayes compared to other machine-learning methods? 3. What type of data can be used in Naïve Bayes algorithm? What type of…
Explain the challenges of recording consistent global snapshots in a system with non-FIFO channels. Discuss how message reordering can lead to inconsistencies
What should be the focus when prioritizing vulnerabilities in a penetration testing report?
Client-server architecture holds the client responsible for X and server is only responsible for Y. What is X and Y?
7. Now consider an E20 computer that has two caches: the L1 cache is an 8-row direct-mapped cache with a blocksize of 32 bits. the L2 cache is a 4-row 2-way set-associative cache with a blocksize of 64 bits. E20 memory addresses are 13 bits. Memory cells are 16 bits. The caches are…
Select the correct statement regarding centralized and decentralized medium access control methods
3. The Transmission Control Protocol (TCP) provides: (a) a connection-oriented service. (b) unreliable delivery. (c) best-effort delivery. (d) in-sequence delivery.
Mataric’s robots had some behavioral primitives and some emergent properties. What is the difference between these two?
On a Linux host, which tool is best used for network traffic analysis?
How can a mutex be used to prevent race conditions? Group of answer choices By allowing multiple threads to access a shared resource simultaneously. By prioritizing threads based on their importance. By ensuring that only one thread can access a critical section at a time.By ensuring that only…
What is the correct statement regarding a network access point also known as an internet exchange point
How to make a save and restore button for JavaFx the save button saves what the current panel looks like and the restore button puts it to where the save button was
Question 1: /13 Marks Specify whether each of the following statements is true (T) or false (F): HCI is a pure computer science domain. Human-centered design is a concept known in the computer science domain only. If you are designing an app to be used by older people, you must use a large font…
A default constructor is required in a Java class when constructing an overloaded constructor in the same class True or false
Suppose you are designing a network with 30 subnets. What is the minimum number of bits that you need to take from the host part to implement this design? a. 6 b. 4 c. 5 d. 3
1.3-7 Packet switching or Circuit-switching? Consider a scenario in which 5 users are being multiplexed over a channel of 10 Mbps. Under the various scenarios below, match the scenario to whether circuit switching or packet switching is better. - A. B. C.…
Your local ISP has provided you with a dedicated line that has a Committed Information Rate of 1.54 Mbps. What does this mean? Group of answer choices 1.54 Mbps is the guaranteed minimum transmission rate. 1.54 Mbps is available for burst network traffic only. The dedicated line is using…
Which of the following is an activity performed within the STLC? Question 2 options: Preparing test reports Updating a traceability matrix of requirements to tests Updating design artifacts to match the code Defining design elements
What is a directory in a file system? Group of answer choices A physical block of storage. A device driver for disk storage. A container for files and other directories. A memory management technique.
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…
19. What is the primary characteristic of ROM (Read-Only Memory)? a. It can be rewritten multiple times b. It can be modified by the user c. It is a non-volatile memory d. It is a volatile memory
How does the CPU handle an interrupt? Group of answer choices It immediately terminates the current process. It ignores the interrupt and continues with the current process. It saves the current state of the CPU and transfers control to the interrupt handler. It halts the execution of all…
Assume static scoping PROGRAM EX1; int i; // global int A[3]; // global {array starts at 1} PROCEDURE P1( int x, int y) BEGIN y := 2; i := 3; END; BEGIN //main A[1]:= 6; A[2]:= 12; A[3]:= 11; i := 2; P1(A[i], i); // first call PRINT(i) // #1 prints value of i PRINT_A(A); // #2 assume function…
GenAI is considered to be a part of which technology revolution?
Name Sorter Purpose. The purpose is for you to demonstrate that you have mastered arrays, array-based lists, sorting, and Boolean search. Requirements. Write a program named nameSorter.cpp, to read names in a text file, sort them alphabetically, and output them to the screen. Here are some…
In order to use the Python’s calendar object, you must first import the calendar True False
1. Show the step-by-step multiplication process using Booth algorithm when the following binary numbers are multiplied. Assume 5-bit registers that hold signed numbers. The multiplicand is a. (-17) x (-14) b. (-16) x (+14) 2. Show the content of registers A, B, Q, and SC during the decimal…
Which component of IPSec is generates the encryption and authentication keys? SA AH ESP MPPE
ICMP is used during data transmission for error and data reporting. It is important to know the ICMP types and codes that could be reported back in order to understand the communication. Some ICMP message types will be associated with codes that provide additional detail. ICMPv4 and ICMPv6 have…
which services are allowed through the firewall for the INPUT chain
Which of the following types of inheritance does Java support? Question 4Answer a. Multiple inheritance b. Single inheritance c. Java doesn't support inheritance d. Hybrid inheritance e. Double inheritance
SQL provides a visual approach to developing database queries or requests. Question 41Select one: True False
1
...
5
6
7
8
9