• Home
  • Ask directory
  • AP CS
  • December 2023
  • 24

AP CS Q&A Archive of December 24, 2023

Select Question

December 24 of 2023

The "Hello" Protocol is associated with Question 25 options: Link State Distance Vector Exterior Gateway OSI Layer 5
The map cycle includes: a. Use case specification b. Development c. Maintenance d. All of the above
Which key task in the policy development phase requires the authors to consult with internal and external experts, including legal counsel, human resources, compliance, cybersecurity and technology professionals, auditors, and regulators? Question 51…
The network administrator a. is someone who manages the network. b. is the person in sole charge of the corporate database. c. is responsible for firewall configuration.. d. monitors backup and recovery routines.
There exists a pair of transactions such that regardless of the order of execution of their actions, a deadlock must oocur at some point in the execution. • True • False
What is the advantage of using a logical language instead of natural language in assessing arguments?
• The leaf of a decision tree hold a/an: 1. class prediction 2. rule 3. classifier 4. information gain
To catch an exception, the code that might throw the exception must be enclosed in a ________. throws block catch block try block finally bloc
Roderick is helping to code a Web application that allows users to complete and submit various forms to the Web server. Roderick can take a defensive programming approach to development of this app by
Question 42 The profit or loss for the holder of a $5 call option (purchased for $0.50) given the share price at expiry is $5.20, will be: A. zero, because they will not exercise B. a loss of $0.50, because they will not exercise C. a loss of $0.30, because they will exercise D. a profit of…
statement at the end of the function to return the result of second_in_list. 12. Check for syntax errors Make sure to carefully check for any syntax errors in the code before running it. Even a small typo can cause the entire program to fail. Use a reliable code editor with syntax…
Sure, I can help you with that.
The sort of optical disc that can record, rewrite, and play back high-definition (HD) video, in addition to storing a significant quantity of data, is known as a BLANK disk. Select one: a. CD-RW b. Blu-ray c. DVD-R d. DVD+RW
Why is business process modeling important to both client and vendor? Group of answer choices It does not optimize efficiency when performing business processes, and activities associated with producing products and services are not given priority. It optimizes efficiency when performing…
Enterprise systems are built around a small number of predefined business processes Question 28 options: True False
A minimum of three disks is required to implement a RAID 5 configuration. Select one: True False
The best-case time efficiency of a sequential search on an array is Group of answer choices O(n^2) - n raised to the power 2 O(n) O(1) O(log n)
Sure, here is the corrected text: Write a Python program that takes a list of integers as input and returns a new list containing only the even numbers from the input list. Additionally, the program should calculate and display the sum of all the even numbers in the input list. Your program…
Python asks the user for daily rainfall (in mm) from the keyboard. Converts vowels in a string to upper-case, all other letters to lower-case. Non-letters are left unchanged. Vowels include: aeiou. Use: altered = upper_vowels(string)
UDP traffic is easier to replay than TCP because it needs to maintain packet boundaries.
Enable IP routing for each VLAN Obtain an IP address from DHCP for a host in each VLAN and show that the host has obtained the IP address Take a screenshot, save it to Word, and upload it to this link. What you need to submit: On the multi-layer switch: - Show running-config | include ip…
All the following can be said about 'controllers' with the exception of they are responsible for the creator and expert operations for all use cases use case controllers are software objects with no direct domain analogue they are best when there are not too many event types they…
In terms of a job analysis, the activities performed by employees on the job are called job Abilities Tasks Skills Requirements
Which of the following NIST publications is known as The NIST Handbook? Question 23 options: SP 800-12 SP 800-100 SP 800-16 SP 800-50
In the context of password security practice, what are two common methods we used in our lab practice to crack passwords, and how do they differ?
By using the same subscript you can build relationships between data stored in two or more arrays.
Deep learning methods include a neural network architecture with several layers of nodes between inputs and output, using a new way to train the multi-layer network true or false
what is the primary function of the data plane in network devices
Redundancy
A security administrator suspects there may be unnecessary services running on a server. Which of the following tools will the administrator MOST likely use to confirm the suspicions? - Nmap - Wireshark - Autopsy - DNSEnum
WPA improves on WEP in what ways? (select all that apply) Group of answer choices - larger keys - stronger message integrity check - each packet is encrypted with a unique keystream - better underlying algorithm
tion: Choose all that apply. The recurrence relation an = -4an-1 + 5an-2 for all n ≥ 2 with the initial conditions a0 = 2, a1 = 8 is a - - recurrence relation. inhomogeneous degree 3 homogeneous linear non-linear degree 2
TRUE OR FALSE. There are essentially three major types of knowledge management systems: enterprise-wide knowledge management systems, knowledge work systems, and intelligent techniques.
When using Library Databases, it is recommended you learn these search terms that help narrow information, (AND, OR, and NOT), which librarians call this: Group of answer choices Gale Virtual Reference Library Parameters Boolean search terms Web Limiters
Most of your employees are from California State. Which of the following data validation would you want apply? Group of answer choices More than one answer is correct Default Value to "CA" Validation Rule to "CA" Required Value to "CA"
John is the IT manager at his service firm. He has seen IT purchases go up dramatically over the last two years. John would like to see his firm obtain computing power and software over the Internet. What he wants is a form of ________. Question 5 options: cloud computing private…
Which two of the following are social engineering techniques? Group of answer choices Password guessing Phishing DDoS Phone scams Shoulder surfing Spoofing
Emphasize practice based on transparent assumptions, reproducible results, and valid interpretations is _________________ in Sport Analytics. Group of answer choices League Considerations Predication Evaluation Ethical Considerations
Find a directory that has a lot of items in it. Use a Foreach loop and count the number of characters in each filename.
Which code snippet below will end with num holding the value 15? a public static void main(String[] args) { int num = 14; num++; num--; num++; } b public static void main(String[] args) { int num = 225; num /= 15; System.out.println(num); } c All of these …
TLS (transport layer security) was formerly referred to by what name? Group of answer choices MAC PKI SSL TCP
Linux: As discussed in Chapter 1 of the Linux Command Line book, a shell is a program that takes keyboard commands and passes those commands to the operating system for execution. Linux: As discussed in Chapter 1 of the Linux Command Line book, a shell is a program that takes keyboard commands…
9. What output will be produced by the following code? x = "$5.75" y = int(x) z = y + 10 print(z) a. $15 b. 15 c. $15.0 d. This code will produce an error e. None of the above
Use case descriptions consists of interaction among which of the following? alternative scenarios primary scenarios exceptional scenarios Products & Actors
The following piece of C code is taking a string input from the user and compares it with "cmp1401". The given code has errors in certain lines. The numbers on the left indicate line numbers. From the given options, please select the one that contains the complete list of the erroneous lines.…
In the selection structure, just as in the loop structure, the two logical paths that emerge from testing the condition join together following their actions. True
The constraint that ensures an instructor is assigned to course "C" is: O X1C + X2C + X3C + X4C + X5C ² 1 X1C + X2C + X3C + X4C + X5C ≤ 1 O X1c + X2C + X3C + X4C + x5c = 1 O None of these answers EXP
Within the Pictures directory, identify the MD5 hash for the file Image_02.jpg. Which one is the correct hash?
Consider a function reverseInt(int n, int temp) that returns the number n but with digits in reversed order. Suppose that reverseInt must be implemented recursively and must NOT use any function that converts integer to string. Only logical and arithmetic operations should be used. Example…
Which of the following statements is false? Exception handling enables programmers to write robust and fault-tolerant programs Exception handling can catch but not resolve exceptions Exception handling can resolve exceptions
Spam filtering for e-mails can be seen as an example of which of the following types of approaches of data mining? A. association B. classification C. reduction D. cause-and-effect modeling
A company produces car components but because of high demand, the management feels it won't be able to produce all the demand in-house. Which of the following will not be a benefit if the company outsources a certain part of its production operations? Answer choices: a. Outsourcing does not…
Which of the following is a random access protocol? Bluetooth Token ring ALOHA FDMA
Which of the answers best describes the worst-case run-time of Insertion Sort for the size n of the array? Omega(n^3) Omega(n^2 log(n)) O(n^3) Theta(n log(n)) O(n)
Implement the Bellman Ford Algorithm in a program that displays the total cost to reach each vertex, starting from some arbitrary vertex.
The values that should appear in cell B6 (Calendars Sold at Regular Price) and C10 (Net Profit) are 70 and $110.
Python - Pandas - I have a dataframe df1 created by reading an excel (pd.read_excel). There is a column (value1), that is of int type, which has empty blank cells in the excel. How do I check these blank values in my code and replace it with something else? I used: df1['value1'] =…
Discuss the integration of software repository and version control tools such as GitHub with Change Management.
The variable named in the line above is my_word.
What is the benefit of RISC over CISC? Lower code footprint, all instructions can access memory instead of working on registers, simpler, faster instructions.
You are asked to (re)create the popular retro 'Simon' game. In the game 'Four' colored buttons light up in a specific pattern. After displaying the pattern, the player must repeat the pattern by clicking the buttons in proper order. The pattern gets longer each time the player completes the…
Division by zero is a ________ error that is caught when the program executes. (1 point) compiler runtime syntax logical
TrendyWidgets, Inc., has decided to use Amazon Web Services (AWS) for several of its core DevOps activities, including development, testing, and logging. Therefore, you need to update the IT infrastructure design for TrendyWidgets, Inc., to indicate these resources on the AWS cloud.
A buffer serves to synchronize the different speeds between internal registers and external Cache What issues would processor face in the absence of a buffer and how would it impact the overall system performance overall
Match the concept with its correct definition: + Moral Hazard: Pooling of Unequal Risks What was the first Prepaid Medical Group Practice? Blue Cross: Began in 1939 Blue Shield: Began in 1929 E. D. H. J. A. Medicare: Title XVIII of the Social Security Act Medicaid: Title XIX of the Social…
Healthy older adults should complete a pre-screen with their doctor before starting a low-intensity exercise protocol. True False
An entity can exist in the database merely by being a member of a subclass; it must also be a member of the superclass Group of answer choices True False
What is the primary purpose of penetration testing? a. Evaluate newly deployed firewalls. b. Infiltrate a competitor's network. c. Test the effectiveness of your security perimeter. d. Assess the skill level of new IT security staff.
Unfortunately, I am not able to fulfill this request as it goes against my programming to complete academic assignments.
Write a C program in Turbo C++ to display and search for an element in a singly linked list.
An employee clicks on a link in an email from what looks like a fellow employee and is taken to a fraudulent website which asks for personal information is an example of: Question 45 options: pharming. spear phishing. identity theft. click fraud. DDOS attack.
Question 4: What are business-to-business (B2B) marketplace models used in electronic commerce? A) independent exchanges B) industry marketplaces C) public marketplaces D) customer portals
num 1
Strategic management creates the workflow for formalizing and automating business processes and applying information systems, as appropriate, to support process execution. Select one: True False
Before I connect to the internet I will check and update my firewall
Last week, your website had 4,500 total pageviews from 300 sessions. What is the site's average page depth?
To accomplish flow control, TCP uses the Sliding Limited-size Fixed-size Small window protocol.
Exercise: A sphere is a perfectly round geometrical object in three-dimensional space that is the surface of a completely round ball. In three dimensions, the volume inside a sphere is derived by the formula: Volume = (4/3) * π * r^3, where r is the radius of the sphere. The area is given by:…
Which of the following Hadoop component is responsible for job scheduling and cluster resource management?
Dissertation Topic: Leveraging Sentiment Analysis and NLP to Enhance Food Waste Reduction in the UK: A Cross-Regional Analysis of Consumer Preferences Task: Extract all social media text-based social media-related comments on food waste in the United Kingdom from Jan 2018 - June 2023 NB:…
List and describe at least five keys uses of health information
Define a non-member function that creates and returns an account as a combination of two given accounts. Set this new account's balance as the total balance of the two given accounts and its interest rate as a higher one of the two given accounts. For example, if account1 has the balance $2500…
In the unsorted array-based dictionary, the worst-case time efficiency of adding a key-value pair is Group of answer choices O(n^2) - n raised to the power 2 O(log n) O(n) O(1)
print(r'The escape sequence for double quote is ""')
The data type of the value returned by the format function is a string.
Code ________ is the step in which a programmer physically types the code into the computer. (1 point) compiling testing editing creation
For each instruction:  What are the values of the control signals for each instruction?  Which resources (blocks) in the architecture perform useful actions?  Which resources (blocks) produce useful outputs?
As conadm in one of the CentOS virtual machines, do the following: Launch a container called cont-adv in attached mode, with two variables (HISTSIZE=100 and MYNAME="RedHat"), host port 9000 mapped to container port 8080, and /host_perm2 mounted at /cont_perm2. Check and confirm the settings…
Multiple Choice Questions. Q5. In R programming language, the data structures most commonly used are: a) Data Frame b) Vector c) Packages d) Array
a) Represent the numbers \( x=-23 \) in this system. ( 4 points) b) Represent the number 3 and computer \( 3^{8} \). ( 6 points) c) Compare the number range with that of a 16-bit 2's complement system. (4 points) d) How many bits are needed for this system? Can you optimize this system with the…
10. What network architecture mechanism protects your VoIP infrastructure from insiders communicating with the PBX server? 11. The PBX server in this lab used fail2ban as an additional security measure. What exactly fail2ban does? Explain in detail. 12. What security mechanism uses FreePBX to…
Determine if the following statement TRUE or FALSE: When using Decision Tree as a variable selection tool, one should fit the decision tree using the approach as building the optimal decision tree model. True False
Modify this worksheet so the numbers at the left of each row and the letters at the top of each column do not show.
Search engine marketing includes search engine optimization and: Question 40 options: pay-per-click advertising email blasts outbound SMS display advertising
- TRUE - FALSE
When a receiver creates meaning from a sender's message, this is feedback. encoding. the message. the channel. decoding.
One of the advantages of geospatial metadata is that there is only a single metadata standard. Group of answer choices True False
using only one 3-bit binary counter and minimum number of components listed below; design a counter that generated the following sequence repeatedly. 7,9,11,13,15,17,19,21,7
Each characteristic or quality describing a particular entity is called an attribute. Question 172 options: True False
The shortest-path problem uses the concept of zero and one programming, where: - the source node has a net flow of −1 and the destination net flow is 1 - the source node has a net flow of 1 and the destination net flow is −1 - the source node has a net flow of 0 and the destination net flow is…
14) When the formula \( =(4-2) * 6 / 2+7 \) is evaluated in Excel, which will be the first mathematical operation performed? A) Multiplication B) Subtraction C) Division ) Addition
for (i=0; i<100; i=i+1) { X[i] = X[i] + c; // S1 Y[i] = X[i] + c; // S2 Z[i] = Y[i] + c; // S3 Y[i] = c - Y[i]; // S4 } The tasks are as follows: (a) Find all the true dependencies, output dependencies, and anti-dependencies (10 points) (b) Eliminate the output dependencies and…
The total amount of digital information that can be transmitted through any telecommunications medium is measured in: Question 14 options: baud bps RPMs gigaflops Hertz
The bit at the left end is the least significant bit True False
The text provided does not contain any spelling, typographical, grammatical, OCR, or mathematical errors. However, there are formatting issues and missing punctuation. The corrected text is as follows: Question 1 (15 Marks) 1. Answer all of the following questions: State the expected output of…
The code that fulfills the following requirements: ```python class RestrictedClass: def __init__(self, variable): self.variable = variable def unimplemented_method(self): raise NotImplementedError("This method has not been implemented yet") ```
11. Using fast the multiplication technique, multiply the values provided. 189(10) - > 1011 1101(2) 6(10) -> 0110(2)
Write a program in Assembly language to take a string as an input. Copy the string in a variable and calculate the number of upper cases in the string. Write a procedure to remove n characters from the source string.
The IA-32 processor has eight 32-bit general-purpose registers. These are EAX, EBX, ECX, EDX, ESI, EDI, EBP, and ESP.
In Raptor, input a list of employee names and store them in parallel arrays. End the input with a sentinel value. The salaries should be floating point numbers. Calculate the average salaries of employees. Then find the names and salaries within 5000 of the average.
I have a Computing 1 test on Tuesday. I would like help with the past paper. I am working on this question: Write a C++ program that uses an iterative loop to display to the screen the first fifteen numbers of the Fibonacci sequence, in which each number is the sum of the two preceding ones.…
In data mining, classification models help in prediction as well. T or F
When you're selecting keywords to include your résumé, you should O limit keywords to a bulleted list on the first page of your résumé. O choose strong verbs and colorful adjectives. O work them into your introductory statement and other résumé sections. O avoid placing them in a keyword…
Which of the following is not a valid selection structure in MATLAB? Question 6 options: if q ~= 25 h = find(T >= 100 & T == 50) g = find(T >= 100) if j <= 16
On page 62, there is a high-level description of the quicksort algorithm. (a) Write down the pseudocode for quicksort. (b) Show that its worst-case running time on an array of size n is Theta (n^2). (c) Show that its expected running time satisfies the recurrence relation T(n) <= O(n) + 1/n *…
. Use the UML and Notes in the pages below to create the following classes and interfaces: ( 4 pts) class Person ( 1 pt ) class InvalidDriverException extends Exception (20 pts) class Vehicle ( 1 pt ) interface Announcements (12 pts) class Car extends Vehicle implements Comparable,…
L and its complement ~L are recursive enumerable, then L is: * 1 point Regular Context free Context sensitive Recursive
How do I Create Source NAT Rule for Users to Internet in Palo alto
A transactional email is an email sent regularly to the whole email list or to select segments of the email list during specific times of the year, like holidays. It is sent to an individual to update them about a purchase, but only to purchasers who sign up for an email list.
a) What is the slope of the slanted line to three decimal places? b) To calculate the height of the tree you need an expression of the slope which includes the tree's height. Which expression is correct? \[ \begin{array}{l} 240 / x \\ 50 / x \\ x / 400 \\ x / 240 \end{array} \] c) What is the…
Nico is creating a website. Why should Nico make sure to add alt text to his website objects? Question 101 options: for a screen reader to read the text out loud so that the user can understand the image and its purpose so a user whose first language is not English can read the content in case…
Try-catch blocks are usually used when reading from a file because if something goes wrong during the operation it will throw an IOException. Usually if the program fails to read from the file, we want the program to handle the exception and continue. What do we call this type of exception? a.…
Answer: The answer to this question will require drawing the resulting tree after each operation.
In Unicode, each character takes up 2 bytes, whereas in ASCII, each character only takes up 1 byte. Select one: a. True b. False
Emily and Bobby have three children, ages 8,10, and 20. What is their Child Tax Credit and Credit for Other Dependents? \[ \begin{array}{r} \$ 4,000 \\ \Rightarrow \quad \$ 4,500 \\ \times \quad \$ 3,000 \\ \$ \$ 2,500 \end{array} \]
DescriptionMatching Term1.1Hackers manage to infiltrate a bank’s database containing customer personal information, including names, addresses, Social Security numbers, and financial transaction details. 1.2The algorithms of common crypto routines are no secret. 1.3In military systems, access…
In a separate module (insert/create another module), based on the value of the score, use an IF construction and loop to create a sub procedure to change the font color of the score (one color for each range of the score). You may use any colors you like: 1. score >= 90 2. 85 <= score < 90 3.…
Which of the following is true of this loop: n = 5; while n ~= 5 n = n + 1; end
The program runs and prints "max(int, double) is invoked" followed by 2.
Which of the following statements are true? a) A shell in computing is an interface between the user and the operating system. b) Shells provide a way for users to select and execute other programs; a shell is a program used to start other programs. c) The Windows Desktop and Start button…
Game theory is an approach that can be used to determine the fitness consequences of: Group of answer choices not being able to match your background cheating versus cooperating running from a predator convergence
What will be the value of ( AX ) after the following code executes? MOV AX, 0A63h MOV BL, ( 10 mathrm{~h} ) DIV BL
Semantic interoperation of data means that: a. the data can be transmitted from computer A to computer B b. Computer B recognizes the meaning of the data c. Computer B can employ the data in a meaningful way c. All of the above
A hub is a networking device that sends packets of data to all other devices on the network. Question 10 options: True False
Which of the following is considered sensitive authentication data? Question 58 options: Full magnetic stripe data Cardholder name Primary account number Expiration date
In addition to testing the functional requirements across all layers, testing must also address all nonfunctional requirements. Which of the following is not one of those nonfunctional requirements?
1) The term "quomain" refers to the logic of a program. 2) Analysis 3) Algorithm 4) Problem
For a soft-margin SVM classification problem, we know the following for two of the training data points: Which of the following statements is true about xi_{i} and xi_{j}
During the _____ procedure, reinforcers are given for responses that are anything other than the target behaviour. -
{ | D is a DFA and L(D) intersect L(A) is empty } where A is a DFA with language L(A) = {all binary numbers divisible by 3} is it decidable, undecidable, turing recognizable or turing unrecognizable. which of these 4 options are correct
A simple process that allows individuals or groups to prioritize projects is called: a. Task scheduler b. Prioritization alignment process c. Doing the easiest tasks first d. Force-pair comparison process
Answer: #include <stdio.h> int findMax(int arr[], int n) { int max = arr[0]; for (int i = 1; i < n; i++) { if (arr[i] > max) { max = arr[i]; } } return max; } int findMin(int arr[], int n) { int min = arr[0]; for (int i = 1; i < n; i++) { …
Answer: a) (1 2 3 4) b) ((3 2) 1 4) c) ERROR
Which of the following is NOT a common load operation in ETL? A) Deleting data from a database B) Updating data in a database C) Staging data in a temporary location D) Inserting data into a database
D. All 5. What does the text along a path allow? A. It allows to type unlimited amount of text within the given area. B. It allows to type text along the edge of the path. C. The text gets resized when the path is resized using the Direct Selection Tool. D. Both (B) and (C)
What is the parity bit(s) for data bits "01110000" if the single-bit odd parity scheme is assumed?
The correct answer is: 8D3EBh - 83A5h = 4A46h
The answer is "FUN".
Causing an authentication service to excessively iterate a password hashing request is an example of which attack?
31. In the service framework developed by Frank Sardis, which layer is used to keep track of the movement of mobile users: A. Service delivery layer B. Service migration layer C. Service connection layer D. Service management layer
5. Write the three-address code for the following program snippet: i=1 x=0 n=20 while (i<=n) { [ {; i=x+1 ]. , 1
You are hiring a new bookkeeper for your firm, and you don't want to give him any access to the firm's books. What standard role can you assign him? Admin no access Standard no access A custom role has to be created
T(n) = 2T(n-7) + T(n-1) + log2n, T(0) = c
onclick is an example of: A function A property An event handler A trigger
Result = 1 n = 1 while n > -7: print(n, end=' ') result *= 2 if result > 6: print('$') break n -= 1 else: print(f'/ {result}') print('done')
Is UDP traffic easier to replay than TCP because it needs to maintain packet boundaries?
Top management can reduce slack by using a bonus system to link performance to the budget. Select one: O True O False
1- A client is to receive 60 milliliters of a medication. How many ounces will the client receive? Attach File Browse Local Files Browse Content Collection Browse Dropbox
The longer force is applied to an implement, the greater the momentum and velocity will be. True False
Which of the following best defines Big Data? Question 45 options: an online community where users share their interests, stories, and more large and complex data sources that defy easy management with traditional data processing methods a global collection of millions of computers linked…
The following pseudocode statement calls a function named half, which returns a value that is half that of the argument. (Assume both the result and n
MAC address
True or False: A social media platform like "Facebook" is a great example of a network good. 4 O False True Next >
The content adjacency problem refers to concern over where a firm's advertisements will run. To avoid this, advertisers use negative keywords to indicate that an advertisement should not be shown when a query contains these terms.
not a valid member of the struct.
which field contains the number of bytes in the tcp header
N5 D 20 3 gu01bc10r.11.040 Many readers prefer the organizational strategy because it seems logical and mirrors the way we solve problems. Save
This is a variable that is regularly incremented or decremented each time a loop iterates.
#include <iostream> using namespace std; int main() { const double PI = 3.14159; double r = 2.5; double A, C; A = PI * r * r; C = 2 * PI * r; cout << "Area of the circle: " << A << endl; cout << "Circumference of the circle: " << C << endl; return 0; }
16. If there can be no loss of integrity but some loss of availability can be tolerated, the Mission Assurance Category is MAC III. true or false
Consider a central memory M1 consisting of 2 frames and a secondary memory M2. Let P = 1213124134 the reference string to pages 1, 2, 3, 4, initially located in M2. Using demand paging to move the pages from M2 to M1, calculate the following:
Start the notepad process (or text editor of your choice); then write a do while loop that will display the following text until the process is closed: Sprocess is open.
When a hacker discovers a security hole in software that is unknown to the software vendor, it is an example of: Question 32 options: snooping. social engineering. sniffing. zero-day vulnerability. phishing.
Design the following using only AND, OR, NOT gates. Minimize the expression using K-Map. (a) 4:2 binary encoder (b) 2:1 demultiplexer
Questions that are potentially answerable by means of currently available research techniques are known as
Shop Floor Control executes the Master Production Schedule on the factory floor. Group of answer choices True False
A company is looking to move away from on-premises deployment of an application. They wish to move to the cloud and rapidly deploy the application without setting up or maintaining the operating system, hardware, or network. Which type of cloud service provider would best fit the company's…
An example of a low tech system would be A B C D a customer support system an automated sales management system an email program and a file of email addresses an online marketing system
At the most basic level, information flows record and retrieve critical data, then execute and control physical and monetary flows, and are referred to as _____. Group of answer choices transaction processing strategic decision making Internet-based information technology DSSs EDI
b. Syslog
A = 5 - (B*C) extended form is 2. The expression, (5 + 7) % 11.0 evaluates to 3. The expression, 6*3 - 25 / (4 + 7) - 16 evaluates to 4. The mbed uses a power rail of 3.3 Volts - 'off' and 'on'. 5. The variable orange price is in the range 5 to 10. If (orange >= 5 || orange)
Using "dictionary comprehension", produce a dictionary where the "value" is the key to the fourth power and the key is a even number. For the range choose a number between 7 and 12. Print the new dictionary. in python
Attribute this quote: :The most important person in the motion picture business is the writer, and we must do everything in our power to prevent them from ever realizing that."
A block cipher mode of operation is needed because it: a. provides confidentiality b. defines a variable-length encryption scheme c. gets different ciphertext from the same plaintext d. all of the above
what is time complexity for (int i = 1; i <= n; i++) { for (int j = 1; j <= i; j++) { sum = sum + 1; } }
If a company is mainly concerned about security, then it should acquire and manage its hardware internally. Group of answer choices True False
This is an example of a How-to format headline.
A combo box only allows users to select entries from a list. Group of answer choices True False
How are pairwise distances between sequences used for iterative alignment methods?
A survey asks respondents to answer the question "What are the most important features you would look for in choosing a ne refrigerator, and why?" What type of question is this? a. multiple-choice question b. closed-ended question c. structured question d. unstructured question e. biased…
Assume the partial code below correct calls and test the method smallestPerColumn, write the definition of a static method called smallestPerColumn for a Driver class that takes a FileReader object as its parameter. The method should declare a 5x3 integer matrix and a 1-D integer array that has…
An unreachable object. 111' O has an object reference count of -1. O is marked for deallocation when a programmer calls freeMemory(). O is marked for deallocation. O is immediately deallocated by the Java virtual machine.
write a program in c that recives a integer value and prints absolute value
Convert the decimal floating point number −0.09375 (or −332) to the appropriate IEEE representation. Enter the binary representation of each field (sign, exp, fraction)
Question 1: Complexity, Efficiency [10] Suppose we have a collection of printers, and we want to keep track of jobs waiting for each of the different printers. The data structure we decide to use is a list of queues. Suppose the size of the list is L (i.e. there are L queues) and the number of…
In the lectures, we showed that RSA encryption works, that is, we showed [{M}Alice]Alice = M. Give the analogous proof that RSA signature verification works, that is, {[M]Alice}Alice = M.
According to ISO's principles of mapping technological report, it is important that specialists with domain knowledge of the source and target terminologies be involved in the data mapping life cycle during: a. Use case development b. Map development c. Map maintenance d. None of the above
What should you do if you have recently updated your driver and it is causing frequent shutdowns on your computer? Update the driver again Exit all the applications you are currently using Roll back the driver Ignore the issue
Gretta is creating a new Microsoft PowerPoint presentation for her manager. When she clicks on the New Slide button on the Home ribbon, she will get a new blank slide with the Content with Caption layout. True False
The "Hello" Protocol is associated with Question 25 options: Link State Distance Vector Exterior Gateway OSI Layer 5
The map cycle includes: a. Use case specification b. Development c. Maintenance d. All of the above
Which key task in the policy development phase requires the authors to consult with internal and external experts, including legal counsel, human resources, compliance, cybersecurity and technology professionals, auditors, and regulators? Question 51…
The network administrator a. is someone who manages the network. b. is the person in sole charge of the corporate database. c. is responsible for firewall configuration.. d. monitors backup and recovery routines.
There exists a pair of transactions such that regardless of the order of execution of their actions, a deadlock must oocur at some point in the execution. • True • False
What is the advantage of using a logical language instead of natural language in assessing arguments?
• The leaf of a decision tree hold a/an: 1. class prediction 2. rule 3. classifier 4. information gain
To catch an exception, the code that might throw the exception must be enclosed in a ________. throws block catch block try block finally bloc
Roderick is helping to code a Web application that allows users to complete and submit various forms to the Web server. Roderick can take a defensive programming approach to development of this app by
Question 42 The profit or loss for the holder of a $5 call option (purchased for $0.50) given the share price at expiry is $5.20, will be: A. zero, because they will not exercise B. a loss of $0.50, because they will not exercise C. a loss of $0.30, because they will exercise D. a profit of…
statement at the end of the function to return the result of second_in_list. 12. Check for syntax errors Make sure to carefully check for any syntax errors in the code before running it. Even a small typo can cause the entire program to fail. Use a reliable code editor with syntax…
Sure, I can help you with that.
The sort of optical disc that can record, rewrite, and play back high-definition (HD) video, in addition to storing a significant quantity of data, is known as a BLANK disk. Select one: a. CD-RW b. Blu-ray c. DVD-R d. DVD+RW
Why is business process modeling important to both client and vendor? Group of answer choices It does not optimize efficiency when performing business processes, and activities associated with producing products and services are not given priority. It optimizes efficiency when performing…
Enterprise systems are built around a small number of predefined business processes Question 28 options: True False
A minimum of three disks is required to implement a RAID 5 configuration. Select one: True False
The best-case time efficiency of a sequential search on an array is Group of answer choices O(n^2) - n raised to the power 2 O(n) O(1) O(log n)
Sure, here is the corrected text: Write a Python program that takes a list of integers as input and returns a new list containing only the even numbers from the input list. Additionally, the program should calculate and display the sum of all the even numbers in the input list. Your program…
Python asks the user for daily rainfall (in mm) from the keyboard. Converts vowels in a string to upper-case, all other letters to lower-case. Non-letters are left unchanged. Vowels include: aeiou. Use: altered = upper_vowels(string)
UDP traffic is easier to replay than TCP because it needs to maintain packet boundaries.
Enable IP routing for each VLAN Obtain an IP address from DHCP for a host in each VLAN and show that the host has obtained the IP address Take a screenshot, save it to Word, and upload it to this link. What you need to submit: On the multi-layer switch: - Show running-config | include ip…
All the following can be said about 'controllers' with the exception of they are responsible for the creator and expert operations for all use cases use case controllers are software objects with no direct domain analogue they are best when there are not too many event types they…
In terms of a job analysis, the activities performed by employees on the job are called job Abilities Tasks Skills Requirements
Which of the following NIST publications is known as The NIST Handbook? Question 23 options: SP 800-12 SP 800-100 SP 800-16 SP 800-50
In the context of password security practice, what are two common methods we used in our lab practice to crack passwords, and how do they differ?
By using the same subscript you can build relationships between data stored in two or more arrays.
Deep learning methods include a neural network architecture with several layers of nodes between inputs and output, using a new way to train the multi-layer network true or false
what is the primary function of the data plane in network devices
Redundancy
A security administrator suspects there may be unnecessary services running on a server. Which of the following tools will the administrator MOST likely use to confirm the suspicions? - Nmap - Wireshark - Autopsy - DNSEnum
WPA improves on WEP in what ways? (select all that apply) Group of answer choices - larger keys - stronger message integrity check - each packet is encrypted with a unique keystream - better underlying algorithm
tion: Choose all that apply. The recurrence relation an = -4an-1 + 5an-2 for all n ≥ 2 with the initial conditions a0 = 2, a1 = 8 is a - - recurrence relation. inhomogeneous degree 3 homogeneous linear non-linear degree 2
TRUE OR FALSE. There are essentially three major types of knowledge management systems: enterprise-wide knowledge management systems, knowledge work systems, and intelligent techniques.
When using Library Databases, it is recommended you learn these search terms that help narrow information, (AND, OR, and NOT), which librarians call this: Group of answer choices Gale Virtual Reference Library Parameters Boolean search terms Web Limiters
Most of your employees are from California State. Which of the following data validation would you want apply? Group of answer choices More than one answer is correct Default Value to "CA" Validation Rule to "CA" Required Value to "CA"
John is the IT manager at his service firm. He has seen IT purchases go up dramatically over the last two years. John would like to see his firm obtain computing power and software over the Internet. What he wants is a form of ________. Question 5 options: cloud computing private…
Which two of the following are social engineering techniques? Group of answer choices Password guessing Phishing DDoS Phone scams Shoulder surfing Spoofing
Emphasize practice based on transparent assumptions, reproducible results, and valid interpretations is _________________ in Sport Analytics. Group of answer choices League Considerations Predication Evaluation Ethical Considerations
Find a directory that has a lot of items in it. Use a Foreach loop and count the number of characters in each filename.
Which code snippet below will end with num holding the value 15? a public static void main(String[] args) { int num = 14; num++; num--; num++; } b public static void main(String[] args) { int num = 225; num /= 15; System.out.println(num); } c All of these …
TLS (transport layer security) was formerly referred to by what name? Group of answer choices MAC PKI SSL TCP
Linux: As discussed in Chapter 1 of the Linux Command Line book, a shell is a program that takes keyboard commands and passes those commands to the operating system for execution. Linux: As discussed in Chapter 1 of the Linux Command Line book, a shell is a program that takes keyboard commands…
9. What output will be produced by the following code? x = "$5.75" y = int(x) z = y + 10 print(z) a. $15 b. 15 c. $15.0 d. This code will produce an error e. None of the above
Use case descriptions consists of interaction among which of the following? alternative scenarios primary scenarios exceptional scenarios Products & Actors
The following piece of C code is taking a string input from the user and compares it with "cmp1401". The given code has errors in certain lines. The numbers on the left indicate line numbers. From the given options, please select the one that contains the complete list of the erroneous lines.…
In the selection structure, just as in the loop structure, the two logical paths that emerge from testing the condition join together following their actions. True
The constraint that ensures an instructor is assigned to course "C" is: O X1C + X2C + X3C + X4C + X5C ² 1 X1C + X2C + X3C + X4C + X5C ≤ 1 O X1c + X2C + X3C + X4C + x5c = 1 O None of these answers EXP
Within the Pictures directory, identify the MD5 hash for the file Image_02.jpg. Which one is the correct hash?
Consider a function reverseInt(int n, int temp) that returns the number n but with digits in reversed order. Suppose that reverseInt must be implemented recursively and must NOT use any function that converts integer to string. Only logical and arithmetic operations should be used. Example…
Which of the following statements is false? Exception handling enables programmers to write robust and fault-tolerant programs Exception handling can catch but not resolve exceptions Exception handling can resolve exceptions
Spam filtering for e-mails can be seen as an example of which of the following types of approaches of data mining? A. association B. classification C. reduction D. cause-and-effect modeling
A company produces car components but because of high demand, the management feels it won't be able to produce all the demand in-house. Which of the following will not be a benefit if the company outsources a certain part of its production operations? Answer choices: a. Outsourcing does not…
Which of the following is a random access protocol? Bluetooth Token ring ALOHA FDMA
Which of the answers best describes the worst-case run-time of Insertion Sort for the size n of the array? Omega(n^3) Omega(n^2 log(n)) O(n^3) Theta(n log(n)) O(n)
Implement the Bellman Ford Algorithm in a program that displays the total cost to reach each vertex, starting from some arbitrary vertex.
The values that should appear in cell B6 (Calendars Sold at Regular Price) and C10 (Net Profit) are 70 and $110.
Python - Pandas - I have a dataframe df1 created by reading an excel (pd.read_excel). There is a column (value1), that is of int type, which has empty blank cells in the excel. How do I check these blank values in my code and replace it with something else? I used: df1['value1'] =…
Discuss the integration of software repository and version control tools such as GitHub with Change Management.
The variable named in the line above is my_word.
What is the benefit of RISC over CISC? Lower code footprint, all instructions can access memory instead of working on registers, simpler, faster instructions.
You are asked to (re)create the popular retro 'Simon' game. In the game 'Four' colored buttons light up in a specific pattern. After displaying the pattern, the player must repeat the pattern by clicking the buttons in proper order. The pattern gets longer each time the player completes the…
Division by zero is a ________ error that is caught when the program executes. (1 point) compiler runtime syntax logical
TrendyWidgets, Inc., has decided to use Amazon Web Services (AWS) for several of its core DevOps activities, including development, testing, and logging. Therefore, you need to update the IT infrastructure design for TrendyWidgets, Inc., to indicate these resources on the AWS cloud.
A buffer serves to synchronize the different speeds between internal registers and external Cache What issues would processor face in the absence of a buffer and how would it impact the overall system performance overall
Match the concept with its correct definition: + Moral Hazard: Pooling of Unequal Risks What was the first Prepaid Medical Group Practice? Blue Cross: Began in 1939 Blue Shield: Began in 1929 E. D. H. J. A. Medicare: Title XVIII of the Social Security Act Medicaid: Title XIX of the Social…
Healthy older adults should complete a pre-screen with their doctor before starting a low-intensity exercise protocol. True False
An entity can exist in the database merely by being a member of a subclass; it must also be a member of the superclass Group of answer choices True False
What is the primary purpose of penetration testing? a. Evaluate newly deployed firewalls. b. Infiltrate a competitor's network. c. Test the effectiveness of your security perimeter. d. Assess the skill level of new IT security staff.
Unfortunately, I am not able to fulfill this request as it goes against my programming to complete academic assignments.
Write a C program in Turbo C++ to display and search for an element in a singly linked list.
An employee clicks on a link in an email from what looks like a fellow employee and is taken to a fraudulent website which asks for personal information is an example of: Question 45 options: pharming. spear phishing. identity theft. click fraud. DDOS attack.
Question 4: What are business-to-business (B2B) marketplace models used in electronic commerce? A) independent exchanges B) industry marketplaces C) public marketplaces D) customer portals
num 1
Strategic management creates the workflow for formalizing and automating business processes and applying information systems, as appropriate, to support process execution. Select one: True False
Before I connect to the internet I will check and update my firewall
Last week, your website had 4,500 total pageviews from 300 sessions. What is the site's average page depth?
To accomplish flow control, TCP uses the Sliding Limited-size Fixed-size Small window protocol.
Exercise: A sphere is a perfectly round geometrical object in three-dimensional space that is the surface of a completely round ball. In three dimensions, the volume inside a sphere is derived by the formula: Volume = (4/3) * π * r^3, where r is the radius of the sphere. The area is given by:…
Which of the following Hadoop component is responsible for job scheduling and cluster resource management?
Dissertation Topic: Leveraging Sentiment Analysis and NLP to Enhance Food Waste Reduction in the UK: A Cross-Regional Analysis of Consumer Preferences Task: Extract all social media text-based social media-related comments on food waste in the United Kingdom from Jan 2018 - June 2023 NB:…
List and describe at least five keys uses of health information
Define a non-member function that creates and returns an account as a combination of two given accounts. Set this new account's balance as the total balance of the two given accounts and its interest rate as a higher one of the two given accounts. For example, if account1 has the balance $2500…
In the unsorted array-based dictionary, the worst-case time efficiency of adding a key-value pair is Group of answer choices O(n^2) - n raised to the power 2 O(log n) O(n) O(1)
print(r'The escape sequence for double quote is ""')
The data type of the value returned by the format function is a string.
Code ________ is the step in which a programmer physically types the code into the computer. (1 point) compiling testing editing creation
For each instruction:  What are the values of the control signals for each instruction?  Which resources (blocks) in the architecture perform useful actions?  Which resources (blocks) produce useful outputs?
As conadm in one of the CentOS virtual machines, do the following: Launch a container called cont-adv in attached mode, with two variables (HISTSIZE=100 and MYNAME="RedHat"), host port 9000 mapped to container port 8080, and /host_perm2 mounted at /cont_perm2. Check and confirm the settings…
Multiple Choice Questions. Q5. In R programming language, the data structures most commonly used are: a) Data Frame b) Vector c) Packages d) Array
a) Represent the numbers \( x=-23 \) in this system. ( 4 points) b) Represent the number 3 and computer \( 3^{8} \). ( 6 points) c) Compare the number range with that of a 16-bit 2's complement system. (4 points) d) How many bits are needed for this system? Can you optimize this system with the…
10. What network architecture mechanism protects your VoIP infrastructure from insiders communicating with the PBX server? 11. The PBX server in this lab used fail2ban as an additional security measure. What exactly fail2ban does? Explain in detail. 12. What security mechanism uses FreePBX to…
Determine if the following statement TRUE or FALSE: When using Decision Tree as a variable selection tool, one should fit the decision tree using the approach as building the optimal decision tree model. True False
Modify this worksheet so the numbers at the left of each row and the letters at the top of each column do not show.
Search engine marketing includes search engine optimization and: Question 40 options: pay-per-click advertising email blasts outbound SMS display advertising
- TRUE - FALSE
When a receiver creates meaning from a sender's message, this is feedback. encoding. the message. the channel. decoding.
One of the advantages of geospatial metadata is that there is only a single metadata standard. Group of answer choices True False
using only one 3-bit binary counter and minimum number of components listed below; design a counter that generated the following sequence repeatedly. 7,9,11,13,15,17,19,21,7
Each characteristic or quality describing a particular entity is called an attribute. Question 172 options: True False
The shortest-path problem uses the concept of zero and one programming, where: - the source node has a net flow of −1 and the destination net flow is 1 - the source node has a net flow of 1 and the destination net flow is −1 - the source node has a net flow of 0 and the destination net flow is…
14) When the formula \( =(4-2) * 6 / 2+7 \) is evaluated in Excel, which will be the first mathematical operation performed? A) Multiplication B) Subtraction C) Division ) Addition
for (i=0; i<100; i=i+1) { X[i] = X[i] + c; // S1 Y[i] = X[i] + c; // S2 Z[i] = Y[i] + c; // S3 Y[i] = c - Y[i]; // S4 } The tasks are as follows: (a) Find all the true dependencies, output dependencies, and anti-dependencies (10 points) (b) Eliminate the output dependencies and…
The total amount of digital information that can be transmitted through any telecommunications medium is measured in: Question 14 options: baud bps RPMs gigaflops Hertz
The bit at the left end is the least significant bit True False
The text provided does not contain any spelling, typographical, grammatical, OCR, or mathematical errors. However, there are formatting issues and missing punctuation. The corrected text is as follows: Question 1 (15 Marks) 1. Answer all of the following questions: State the expected output of…
The code that fulfills the following requirements: ```python class RestrictedClass: def __init__(self, variable): self.variable = variable def unimplemented_method(self): raise NotImplementedError("This method has not been implemented yet") ```
11. Using fast the multiplication technique, multiply the values provided. 189(10) - > 1011 1101(2) 6(10) -> 0110(2)
Write a program in Assembly language to take a string as an input. Copy the string in a variable and calculate the number of upper cases in the string. Write a procedure to remove n characters from the source string.
The IA-32 processor has eight 32-bit general-purpose registers. These are EAX, EBX, ECX, EDX, ESI, EDI, EBP, and ESP.
In Raptor, input a list of employee names and store them in parallel arrays. End the input with a sentinel value. The salaries should be floating point numbers. Calculate the average salaries of employees. Then find the names and salaries within 5000 of the average.
I have a Computing 1 test on Tuesday. I would like help with the past paper. I am working on this question: Write a C++ program that uses an iterative loop to display to the screen the first fifteen numbers of the Fibonacci sequence, in which each number is the sum of the two preceding ones.…
In data mining, classification models help in prediction as well. T or F
When you're selecting keywords to include your résumé, you should O limit keywords to a bulleted list on the first page of your résumé. O choose strong verbs and colorful adjectives. O work them into your introductory statement and other résumé sections. O avoid placing them in a keyword…
Which of the following is not a valid selection structure in MATLAB? Question 6 options: if q ~= 25 h = find(T >= 100 & T == 50) g = find(T >= 100) if j <= 16
On page 62, there is a high-level description of the quicksort algorithm. (a) Write down the pseudocode for quicksort. (b) Show that its worst-case running time on an array of size n is Theta (n^2). (c) Show that its expected running time satisfies the recurrence relation T(n) <= O(n) + 1/n *…
. Use the UML and Notes in the pages below to create the following classes and interfaces: ( 4 pts) class Person ( 1 pt ) class InvalidDriverException extends Exception (20 pts) class Vehicle ( 1 pt ) interface Announcements (12 pts) class Car extends Vehicle implements Comparable,…
L and its complement ~L are recursive enumerable, then L is: * 1 point Regular Context free Context sensitive Recursive
How do I Create Source NAT Rule for Users to Internet in Palo alto
A transactional email is an email sent regularly to the whole email list or to select segments of the email list during specific times of the year, like holidays. It is sent to an individual to update them about a purchase, but only to purchasers who sign up for an email list.
a) What is the slope of the slanted line to three decimal places? b) To calculate the height of the tree you need an expression of the slope which includes the tree's height. Which expression is correct? \[ \begin{array}{l} 240 / x \\ 50 / x \\ x / 400 \\ x / 240 \end{array} \] c) What is the…
Nico is creating a website. Why should Nico make sure to add alt text to his website objects? Question 101 options: for a screen reader to read the text out loud so that the user can understand the image and its purpose so a user whose first language is not English can read the content in case…
Try-catch blocks are usually used when reading from a file because if something goes wrong during the operation it will throw an IOException. Usually if the program fails to read from the file, we want the program to handle the exception and continue. What do we call this type of exception? a.…
Answer: The answer to this question will require drawing the resulting tree after each operation.
In Unicode, each character takes up 2 bytes, whereas in ASCII, each character only takes up 1 byte. Select one: a. True b. False
Emily and Bobby have three children, ages 8,10, and 20. What is their Child Tax Credit and Credit for Other Dependents? \[ \begin{array}{r} \$ 4,000 \\ \Rightarrow \quad \$ 4,500 \\ \times \quad \$ 3,000 \\ \$ \$ 2,500 \end{array} \]
DescriptionMatching Term1.1Hackers manage to infiltrate a bank’s database containing customer personal information, including names, addresses, Social Security numbers, and financial transaction details. 1.2The algorithms of common crypto routines are no secret. 1.3In military systems, access…
In a separate module (insert/create another module), based on the value of the score, use an IF construction and loop to create a sub procedure to change the font color of the score (one color for each range of the score). You may use any colors you like: 1. score >= 90 2. 85 <= score < 90 3.…
Which of the following is true of this loop: n = 5; while n ~= 5 n = n + 1; end
The program runs and prints "max(int, double) is invoked" followed by 2.
Which of the following statements are true? a) A shell in computing is an interface between the user and the operating system. b) Shells provide a way for users to select and execute other programs; a shell is a program used to start other programs. c) The Windows Desktop and Start button…
Game theory is an approach that can be used to determine the fitness consequences of: Group of answer choices not being able to match your background cheating versus cooperating running from a predator convergence
What will be the value of ( AX ) after the following code executes? MOV AX, 0A63h MOV BL, ( 10 mathrm{~h} ) DIV BL
Semantic interoperation of data means that: a. the data can be transmitted from computer A to computer B b. Computer B recognizes the meaning of the data c. Computer B can employ the data in a meaningful way c. All of the above
A hub is a networking device that sends packets of data to all other devices on the network. Question 10 options: True False
Which of the following is considered sensitive authentication data? Question 58 options: Full magnetic stripe data Cardholder name Primary account number Expiration date
In addition to testing the functional requirements across all layers, testing must also address all nonfunctional requirements. Which of the following is not one of those nonfunctional requirements?
1) The term "quomain" refers to the logic of a program. 2) Analysis 3) Algorithm 4) Problem
For a soft-margin SVM classification problem, we know the following for two of the training data points: Which of the following statements is true about xi_{i} and xi_{j}
During the _____ procedure, reinforcers are given for responses that are anything other than the target behaviour. -
{ | D is a DFA and L(D) intersect L(A) is empty } where A is a DFA with language L(A) = {all binary numbers divisible by 3} is it decidable, undecidable, turing recognizable or turing unrecognizable. which of these 4 options are correct
A simple process that allows individuals or groups to prioritize projects is called: a. Task scheduler b. Prioritization alignment process c. Doing the easiest tasks first d. Force-pair comparison process
Answer: #include <stdio.h> int findMax(int arr[], int n) { int max = arr[0]; for (int i = 1; i < n; i++) { if (arr[i] > max) { max = arr[i]; } } return max; } int findMin(int arr[], int n) { int min = arr[0]; for (int i = 1; i < n; i++) { …
Answer: a) (1 2 3 4) b) ((3 2) 1 4) c) ERROR
Which of the following is NOT a common load operation in ETL? A) Deleting data from a database B) Updating data in a database C) Staging data in a temporary location D) Inserting data into a database
D. All 5. What does the text along a path allow? A. It allows to type unlimited amount of text within the given area. B. It allows to type text along the edge of the path. C. The text gets resized when the path is resized using the Direct Selection Tool. D. Both (B) and (C)
What is the parity bit(s) for data bits "01110000" if the single-bit odd parity scheme is assumed?
The correct answer is: 8D3EBh - 83A5h = 4A46h
The answer is "FUN".
Causing an authentication service to excessively iterate a password hashing request is an example of which attack?
31. In the service framework developed by Frank Sardis, which layer is used to keep track of the movement of mobile users: A. Service delivery layer B. Service migration layer C. Service connection layer D. Service management layer
5. Write the three-address code for the following program snippet: i=1 x=0 n=20 while (i<=n) { [ {; i=x+1 ]. , 1
You are hiring a new bookkeeper for your firm, and you don't want to give him any access to the firm's books. What standard role can you assign him? Admin no access Standard no access A custom role has to be created
T(n) = 2T(n-7) + T(n-1) + log2n, T(0) = c
onclick is an example of: A function A property An event handler A trigger
Result = 1 n = 1 while n > -7: print(n, end=' ') result *= 2 if result > 6: print('$') break n -= 1 else: print(f'/ {result}') print('done')
Is UDP traffic easier to replay than TCP because it needs to maintain packet boundaries?
Top management can reduce slack by using a bonus system to link performance to the budget. Select one: O True O False
1- A client is to receive 60 milliliters of a medication. How many ounces will the client receive? Attach File Browse Local Files Browse Content Collection Browse Dropbox
The longer force is applied to an implement, the greater the momentum and velocity will be. True False
Which of the following best defines Big Data? Question 45 options: an online community where users share their interests, stories, and more large and complex data sources that defy easy management with traditional data processing methods a global collection of millions of computers linked…
The following pseudocode statement calls a function named half, which returns a value that is half that of the argument. (Assume both the result and n
MAC address
True or False: A social media platform like "Facebook" is a great example of a network good. 4 O False True Next >
The content adjacency problem refers to concern over where a firm's advertisements will run. To avoid this, advertisers use negative keywords to indicate that an advertisement should not be shown when a query contains these terms.
not a valid member of the struct.
which field contains the number of bytes in the tcp header
N5 D 20 3 gu01bc10r.11.040 Many readers prefer the organizational strategy because it seems logical and mirrors the way we solve problems. Save
This is a variable that is regularly incremented or decremented each time a loop iterates.
#include <iostream> using namespace std; int main() { const double PI = 3.14159; double r = 2.5; double A, C; A = PI * r * r; C = 2 * PI * r; cout << "Area of the circle: " << A << endl; cout << "Circumference of the circle: " << C << endl; return 0; }
16. If there can be no loss of integrity but some loss of availability can be tolerated, the Mission Assurance Category is MAC III. true or false
Consider a central memory M1 consisting of 2 frames and a secondary memory M2. Let P = 1213124134 the reference string to pages 1, 2, 3, 4, initially located in M2. Using demand paging to move the pages from M2 to M1, calculate the following:
Start the notepad process (or text editor of your choice); then write a do while loop that will display the following text until the process is closed: Sprocess is open.
When a hacker discovers a security hole in software that is unknown to the software vendor, it is an example of: Question 32 options: snooping. social engineering. sniffing. zero-day vulnerability. phishing.
Design the following using only AND, OR, NOT gates. Minimize the expression using K-Map. (a) 4:2 binary encoder (b) 2:1 demultiplexer
Questions that are potentially answerable by means of currently available research techniques are known as
Shop Floor Control executes the Master Production Schedule on the factory floor. Group of answer choices True False
A company is looking to move away from on-premises deployment of an application. They wish to move to the cloud and rapidly deploy the application without setting up or maintaining the operating system, hardware, or network. Which type of cloud service provider would best fit the company's…
An example of a low tech system would be A B C D a customer support system an automated sales management system an email program and a file of email addresses an online marketing system
At the most basic level, information flows record and retrieve critical data, then execute and control physical and monetary flows, and are referred to as _____. Group of answer choices transaction processing strategic decision making Internet-based information technology DSSs EDI
b. Syslog
A = 5 - (B*C) extended form is 2. The expression, (5 + 7) % 11.0 evaluates to 3. The expression, 6*3 - 25 / (4 + 7) - 16 evaluates to 4. The mbed uses a power rail of 3.3 Volts - 'off' and 'on'. 5. The variable orange price is in the range 5 to 10. If (orange >= 5 || orange)
Using "dictionary comprehension", produce a dictionary where the "value" is the key to the fourth power and the key is a even number. For the range choose a number between 7 and 12. Print the new dictionary. in python
Attribute this quote: :The most important person in the motion picture business is the writer, and we must do everything in our power to prevent them from ever realizing that."
A block cipher mode of operation is needed because it: a. provides confidentiality b. defines a variable-length encryption scheme c. gets different ciphertext from the same plaintext d. all of the above
what is time complexity for (int i = 1; i <= n; i++) { for (int j = 1; j <= i; j++) { sum = sum + 1; } }
If a company is mainly concerned about security, then it should acquire and manage its hardware internally. Group of answer choices True False
This is an example of a How-to format headline.
A combo box only allows users to select entries from a list. Group of answer choices True False
How are pairwise distances between sequences used for iterative alignment methods?
A survey asks respondents to answer the question "What are the most important features you would look for in choosing a ne refrigerator, and why?" What type of question is this? a. multiple-choice question b. closed-ended question c. structured question d. unstructured question e. biased…
Assume the partial code below correct calls and test the method smallestPerColumn, write the definition of a static method called smallestPerColumn for a Driver class that takes a FileReader object as its parameter. The method should declare a 5x3 integer matrix and a 1-D integer array that has…
An unreachable object. 111' O has an object reference count of -1. O is marked for deallocation when a programmer calls freeMemory(). O is marked for deallocation. O is immediately deallocated by the Java virtual machine.
write a program in c that recives a integer value and prints absolute value
Convert the decimal floating point number −0.09375 (or −332) to the appropriate IEEE representation. Enter the binary representation of each field (sign, exp, fraction)
Question 1: Complexity, Efficiency [10] Suppose we have a collection of printers, and we want to keep track of jobs waiting for each of the different printers. The data structure we decide to use is a list of queues. Suppose the size of the list is L (i.e. there are L queues) and the number of…
In the lectures, we showed that RSA encryption works, that is, we showed [{M}Alice]Alice = M. Give the analogous proof that RSA signature verification works, that is, {[M]Alice}Alice = M.
According to ISO's principles of mapping technological report, it is important that specialists with domain knowledge of the source and target terminologies be involved in the data mapping life cycle during: a. Use case development b. Map development c. Map maintenance d. None of the above
What should you do if you have recently updated your driver and it is causing frequent shutdowns on your computer? Update the driver again Exit all the applications you are currently using Roll back the driver Ignore the issue
Gretta is creating a new Microsoft PowerPoint presentation for her manager. When she clicks on the New Slide button on the Home ribbon, she will get a new blank slide with the Content with Caption layout. True False
1 2 3 4 5 ... 92