Answer:
batch sequence check.
Explanation:
A batch sequence check can be defined as a strategic and systematic control plan which typically involves the process of inputting a range of numbers comprising a batch and then inputting each serially numbered document.
The steps for checking an event data within a batch using a batch sequence check include the following;
I. You'll enter a range of serial numbers of the document in a batch.
II. You'll enter each serially pre-numbered document one after the other.
III. The input documents are sorted by a computer into a serial (numerical) order, match the sequence number range against the input documents, and then reports any part of the document that is missing, a duplicate and out of range.
_____ is a feature of electronic meeting systems that combines the advantages of video teleconferencing and real-time computer conferencing.
Answer:
The answer is desktop conferencing.
Explanation:
While in high school, you need to complete a specific number of ___ to be accepted into a four-year college
Answer:
credits
Explanation:
I'm still in highschool
Answer:
If these are your options:
A: electives
B: Advanced Placement courses
C: course requirements
D: dual enrollment courses
It's C, course requirements
Explanation:
IN C++ PLEASE!!!! Define a function FilterStr() that takes a string parameter and returns "Good" if the character at index 4 in the string parameter is uppercase. Otherwise, the function returns "Bad".
Ex: FilterStr("sandwich") returns
Bad
Recall isupper() checks if the character passed is uppercase. Ex: isupper('A') returns a non-zero value. isupper('a') returns 0.
string's at() returns a character at the specified position in the string. Ex: myString.at(3)
)
#include
#include
#include
using namespace std;
/* Your code goes here */
int main() {
string input;
string output;
getline(cin, input);
output = FilterStr(input);
cout << output << endl;
return 0;
}
Answer:
Replace /*Your code goes here */ with
string FilterStr(string str){
string retStr= "BAD";
if(isupper(str.at(4)) != 0){
retStr = "GOOD";
}
return retStr;
}
Explanation:
This defines the function
string FilterStr(string str){
This initializes the return string to BAD
string retStr= "BAD";
This checks if the string at index 4 is uppercase;
if(isupper(str.at(4)) != 0){
If yes the return string is updated to GOOD
retStr = "GOOD";
}
This returns the return string
return retStr;
}
See attachment for complete program
Tell me a password. Your password must be at least 8 characters long and must include at least one uppercase letter, one lowercase letter, one special character, and one number.
82 point question even tho it’s really easy
Answer:
swa#22*88#&mu#hu..
Explanation:
hope it correct
You have been given a laptop to use for work. You connect the laptop to your company network, use it from home, and use it while traveling.You want to protect the laptop from Internet-based attacks.Which solution should you use?
When Maggie attempted to reconcile her company's monthly sales revenue, she used a TOTALS query to sum the sales from the invoice line items for the month. But the sum of the sales produced by the query did not agree with the sum of the monthly sales revenue reported on the company's general ledger. This is best described as a problem with
Answer:
The correct answer is "Consistency".
Explanation:
It should have been continuous to have the information management service. All information must have been linked, gathered using the same technique as well as measurement but also displayed simultaneously frequencies.Throughout this query, Maggie considers the organization proceeds by a system whereby financial transactions online are not influenced by trade payables or rebates as they are separate accounts that are afterward adjusted for the business model.Thus, the above is the correct answer.
If you have a small Routing Information Protocol (RIP) network of 10 hops, how will RIP prevent routing loops
Answer:
RIP prevents routing loops by limiting the number of hopes allowed in a path from source and destination.
Explanation:
Routing Information Protocol (RIP) is a type of dynamic routing protocol which finds the best path between the source and the destination network through the use of hop count as a routing metric. The path with the lowest hop count from source to destination is considered as the best route. Routing Information Protocol (RIP) is a distance-vector routing protocol.
RIP prevents routing loops by limiting the number of hopes allowed in a path from source and destination.
Because the bastion host stands as a sole defender on the network perimeter, it is commonly referred to as the __________ host.
In order for storage devices to be prepared for use, they must be ____________ Group of answer choices pre-prepared loaded initiated formatted
Answer:
formatted
Explanation:
In order for storage devices to be prepared for use, they must be formatted.
Answer:
Formatted
Explanation:
In order for storage devices to be prepared for use, they must be Formatted Group of .
Hope it is helpful to you
This sentence is an example of which type of narrative point of view? I did not know what the future held of marvel or surprise for me.
Answer: First person
Explanation:
First-person narrative point of view is the mode of storytelling whereby the storyteller recounts the events that occured based on their own point of view. In this case, pronouns such as I, we, our, us and ourselves are used in telling the story.
In the sentence given " I did not know what the future held of marvel or surprise for me" shows that the person is recounting the event based on his or her own point of view. This is therefore, a first person narrative.
a passcode is created using 4 digits. how many passcodes can be created where the code has to be 5000 or greater with no digit allowed to repeat
Answer:
5000 passcodes
Explanation:
5x10x10x10 = 5000
In _____, a program running on a Web server creates a Web page in response to a request for specific information from a Web client.
Answer:
server-side scripting
Explanation:
We use loops to: Process Numeric Data Ask users to enter information Repeat blocks of code Ask True/False questions
Answer:
Repeat blocks of code.
Explanation:
EXAMPLE JAVASCRIPT LOOP CODE
_________________________________________________________
INPUT:
while(true){//Check If bool True=True
console.log("Hello World!")
}
_________________________________________________________
OUTPUT:
Hello World!
Hello World!
Hello World!
Hello World!
Hello World!
[tex]\cdots[/tex]
Hello World!
Hello World!
Your internal network is protected from Internet attacks by a Cisco firewall. To improve security, your supervisor suggests installing a Fortinet firewall between the Cisco firewall and the trusted LAN, then using the space between as a perimeter network. Which security principles does this promote
Answer:
Defense-in-depth
Vendor diversity
Explanation:
The Defense-in-depth or the DiD means a security approach in information where a series of security mechanism and also controls are layered throughput the computer network in order to protect the confidentiality, availability and integrity of the network as well as the data within.
The security principle of Vendor diversity approach is a way of implementing the security controls from the different vendors to increase the security of the network.
Thus in the context, the supervisor is trying to promote the Defense-in-depth as well as the Vendor diversity principles of security by asking to install a Fortinet firewall between the Cisco firewall and its trusted LAN.
Who is the father of computer?
Answer:
The first automatic digital computer has been designed by the English mathematician and inventor Charles Babbage. Babbage developed the Analytical Engine Plans for the mid-1830s.
Explanation:
Babbage has developed the concept of a digital, programmable computer and was a mathematician, philosopher, inventor, and mechanical engineer. Some regard Babbage as a "computer father" The inventing of its first mechanical computer, the difference engine, is attributable to Babbage, which eventually resulted in more complex electronic designs, although Babbage's Analytical Engine is the main source of ideas for modern computers. He was described as the "prime" among the numerous polymaths of his century by his varied work in another field.There are two major types of wireless networks that are popular today among users. These networks are Wi-Fi and ____
Answer:
That would be Bluetooth
Explanation:
As Bluetooth is the most widely used network. It is used to operate many things, such as:
Headphones
Speakers
Remotes
etc.
We made a distinction between the forwarding function and the routing function performed in the network layer. What are the key differences between routing and forwarding
Answer: forwarding: move packets from router's input to appropriate router output
routing: determine route taken by packets from source to destination
Explanation:
The network layer refers to where connections take place in the internet communication process by sending packets of data between different networks.
The distinction between the forwarding function and the routing function performed in the network layer is that the forwarding function move packets from the input of the router to the appropriate router output while the routing function:m helps in knowing the routee taken by packets from the source to destination.
An EULA usually takes the form of an electronic notification that appears when installing software. The user then has a choice to accept or decline the terms of this agreement. True False
Answer:
True
Explanation:
An end user license agreement (EULA) is usually designed by a software developer to take the form of an electronic notification that would appear on the screen of the device of an end user when he or she is installing a software.
Furthermore, an end user has a choice to accept or decline the terms of this agreement.
What type of compression uses an algorithm that allows viewing the graphics file without losing any portion of the data
Answer: Lossless Compression
Explanation:
The type of compression that uses an algorithm which allows viewing the graphics file without losing any portion of the data is referred to as the lossless compression.
Lossless compression refers to a form of data compression algorithms which enables the reconstruction of the original data from the compressed data.
With a(n) ______, a search engine will show ads that have the keyword typed exactly as the searcher used, but may also have other words within the search. Group of answer choices exact match phrase match broad match modified broad match
Answer:
modified broad match.
Explanation:
A Search engine is an internet resource or service that searches for keywords or categories specified by the end user and then displays (shows) a list of website which matches or have informations similar to the query. Some examples of popular search engines are Goo-gle, Bing, Yahoo, etc.
At the retrieving stage of a web search, the search engine queries its database using a retrieval algorithm to extract the necessary and related terms to the search. After obtaining the search terms, the stored web addresses that are related to the search is then displayed.
There are different types of matching techniques used in configuring a search engine and these includes;
I. Exact match.
II. Phrase match.
III. Broad match.
IV. Modified broad match
When a modified broad match is used, the search engine shows adverts that have the keyword typed exactly as the searcher used, but may also include other words within the search term.
Hence, the name modified because it avail users other options by including other words within the search.
Which type of infrastructure service stores and manages corporate data and provides capabilities for analyzing the data
Answer:
Data management.
Explanation:
A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to effectively and efficiently create, store, modify, retrieve, centralize and manage data or informations in a database. Thus, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.
Generally, a database management system (DBMS) acts as an intermediary between the physical data files stored on a computer system and any software application or program.
Hence, a database management system (DBMS) is a software that enables an organization or business firm to centralize data, manage the data efficiently while providing authorized users a significant level of access to the stored data.
In conclusion, data management is a type of infrastructure service that avails businesses (companies) the ability to store and manage corporate data while providing capabilities for analyzing these data.
what is the best college in texas for cyber security
Answer:
Cybersecurity education in Texas There’s no doubt that cybersecurity education in Texas is in a league of its own. Out of all of the Lone Star State’s universities, the University of Texas at San Antonio is the number one choice for many budding cybersecurity professionals.
How get end portals in mope
Answer:
what
Explanation:
what is the fullform of ETA in computer term
Answer:
Estimated Time of Arrival.
Discuss if you think technology, mobile apps, and/or social networks make us lazy or not. Justify your answer.
Identify ways that you’ve seen social media affect people in the workplace or in society (whether positively or negatively).
Analyze technology’s impact (and in particular, consider social media and mobile apps) on your own life.
Answer:
Yes, I do you can't just go out and work, play, or anything outside and people just want to stay inside on electronics like phones, tv, game systems.
Explanation:
In truth, technology has made a lot of difference in our society, but it has also transformed humans into lazy-bones. These days, people don't need to run errands anymore; they push a button on their phone (another product of tech) and have most of the human's first world problems solved
what is data processing? What is the output of data processing system?
Answer:
A data processing system is a combination of machines, people, and processes that for a set of inputs produces a defined set of outputs. The inputs and outputs are interpreted as data, facts, information etc. depending on the interpreter's relation to the system. ... Conversion converting data to another form or Language.
Explanation:
(⌒_⌒;)
50 POINTS! PLEASE HELP!
________ is a VMware Network setting that does not put the virtual machine directly on the physical network of the computer.
Host Only
MAT
NAT
VNAT
Answer:
NAT
Explanation:
The Network Address Translation (NAT) is a Virtual Machine Software which allows organizations to make use of a single Internet Protocol by altering the private network addresses to a private one. It makes it possible to Map multiple network addresses to a public address thereby providing security. The NAT VMware allows a single device such as a router provide an information transfer interface between a private and public network. Hence, it does not use the physical network of the computer.
Answer:
NAT
Explanation:
I took the test :D Hope this helps!
Which software system is used to store appointments, scheduling, registration, and billing and receivables
Answer:
"Practice Management System (PMS)" is the appropriate answer.
Explanation:
It's the kind of technology that has been discovered in healthcare professionals, developed to handle the day-to-day activities utilizing the desktop application.Is therefore typically utilized assurance and consulting tasks, but can also be connected to medical digital records dependent on multiple treatment practices requirements.Thus the above is the correct answer.
In a _____ cloud, a participating organization purchases and maintains the software and infrastructure itself.
Answer:
"Private" is the right solution.
Explanation:
Application servers supplied sometimes over the World wide web or through a personal corporate network as well as to chosen customers rather than the community benefit of the entire, is termed as the private cloud.It provides companies with the advantages of a cloud environment that include self-checkout, adaptability as well as flexibility.you press the F9 key to convert an object to a symbol true or false
Answer:
False,
Reason
F8 key is used for the coversion of object to symbol