Answer:
Main Memory (RAM)
Explanation:
This is the memory which is directly accessible to the CPU. It can be called Main Memory, Prime Memory or simply 'Memory'
Answer:
the answer is Main Memory
Explanation:
When the Credit Card Number box and the CSC box receive the focus, a transition effect should appear that slowly adds a glowing brown shadow around the boxes. The glowing brown shadow appears but without a transition effect. Return to the code8-4_debug.css file and study the code that applies a transition effect to both the input#cardBox and input#CSC objects, and the input#csc:invalid style. Correct any mistakes you find in the code. Verify that when the Credit Card Number and CSC boxes receive the focus a transition effect appears that adds the glowing brown shadow to the boxes.
Answer:
dire ako maaram hito because dire ako baltok
medyo la
The keyboard shortcut to enter the current date in a field is
Ctrl+semicolon (;)
Ctrl+ampersand (&)
Ctrl+asterisk (*)
Spacebar
Answer:
oh cool I'm gonna try that
Sketch a 3-view orthographic projection of the object shown
Answer:
Explanation:
/|_/]
what is file system manipulation
Answer:
Program requires to read a file or write a file. Operating system gives the permission to the program for operation on file. ... The Operating System provides an interface to the user to create/delete files and directories. The Operating System provides an interface to create the backup of file system.
After Sally adds the Print Preview and Print command to the Quick Access Toolbar, which icon would she have added? the icon that shows an open folder the icon that shows a sheet of paper the icon that shows a printer with a check the icon that shows a sheet of paper and a magnifying glass
Answer: the icon that shows a sheet of paper and a magnifying glass
Explanation:
The Quick Access Toolbar, gives access to the features that are usually used like Save, Undo/Redo. It can also be customized such that the commands that the users usually use can be placed quicker and therefore makes them easier to use.
After Sally adds the Print Preview and Print command to the Quick Access Toolbar, the icon that she would have added is the icon that shows a sheet of paper and a magnifying glass.
Answer:
d
Explanation:
Best monitor cofficiant modern warfare
Answer: Monitor coefficient only determines your vertical sens with respect to your horizontal. It should be your horizontal pixels divided by your vertical. E.g. for a 1920 x 1080 monitor it should be 1.33. For a 2560 x 1440 it should be 1.78.
Explanation:
Answer:
1920 x 1080 monitor or 2560 x 1440
if your looking for a smooth gaming experience also depends on the graphic card and processer you use
Explanation:
A sql-6-5.sql file has been opened for you. Write each of the following tasks as a SQL statement in a new line (remember that you can source the file to compare the output reference): Use the e_store database Select the total stock of all products in the products table. Alias the column name as total_stock. The resulting table should look like this:
Answer:
The query is as follows:
select sum(stock) as total_stock from products
Explanation:
Required
Return total stock using the alias total_stock from the product table.
The explanation of the query is as follows:
select ----> This implies that data is to be selected from the table
sum(stock) ----> This adds up entries in stock column
as total_stock ---> This represents the alias used for sum(stock)column where
from products ----> The table being queried
Take for instance, the content of the table is:
SN Product Stock
1 Apple 5
2 Orange 3
3 Banana 8
The query will return the following table:
total_stock
16
what are the different cpu sockets?
Answer:
Intel Is Somethings mainley LGA 1151, 1155, 1125 Etc.
On the other hand there are AMD sockets mainley in past gens there are am2 am3 now its am4 and so on hope this helped!
Explanation:
Software that is downloaded from the internet fits into four categories what are they
Answer:
Application Software
Driver Software.
System Software
Programming Software
Answer:
application, system,driver and programming software
To view a friend's calendar, you must request access.
A) True
B) False
Answer:
True the answer is true
Explanation:
I hope this helps
Answer:
True?
Explanation:
What are possible penalties if a designer is caught breaking copyright laws?
Select all that apply.
removing the design from internet
having a work computer confiscated
losing access to software programs
paying fines to copyright owner
Answer:
1 and 4 are the correct answers.
Explanation:
You have a project that requires you to work in a team setting. You know of a developer who has the credentials you
need, works well in a team, and does not need supervision to get the job done. The problem is that the developer is not
within your geographic location. One solution is to allow the developer to blank
full-time.
Answer:
work remotely
Explanation:
The best solution would be to allow the developer to work remotely full-time. This means that they would be working from home all the time and would most likely communicate with the rest of the team via other means. Usually, unimportant communication would be done through e-mail while important issues and team meetings would be done through video conference. This will allow you to hire this developer and add him/her to the team without having to worry about any issues arising due to transportation.
A police department wants to maintain a database of up to 1800 license-plate numbers of people who receive frequent tickets so that it can be determined very quickly whether or not a given license plate is in the database. Speed of response is very important; efficient use of memory is also important, but not as important as speed of response. Which of the following data structures would be most appropriate for this task?
a. a sorted linked list
b. a sorted array with 1,800 entries
c. a hash table using open addressing with 1,800 entries
d. a hash table using open addressing with 3,600 entries
e. a hash table using open addressing with 10,000 entries
Answer:
c.
Explanation:
I believe that in this scenario, the best option for this data would be a hash table using open addressing with 1,800 entries. Hash tables consume more memory than lists but it makes up for it with much faster response time speeds. This is because hash tables work on a key:value system therefore, the license plate can easily be grabbed from the database extremely quickly by just plugging in the plate number. Doing so will retrieve all of the saved information from that license plate. That is why hash tables have a constant time complexity of O(1)
The data structures that would be most appropriate for this task is; D: a hash table using open addressing with 3,600 entries
What is the Importance of Hash Tables?A hash table is also called a hash map and is defined as a data structure that implements an associative array abstract data type which is basically a structure that can map keys to values.
A hash table uses a hash function to compute an index, also called a hash code, into an array of buckets onto a platform that the desired value can be found.
From the above definitions of a hash function and looking at the question, we can say that the data structure that would be most appropriate for the given task is a hash table using open addressing with 3,600 entries.
Read more about hash table at; https://brainly.com/question/4478090
Think of—and explain—one or more ways that society could use big data
Answer:
Naumann noted there are many positive ways to use big data, including weather prediction, forecasting natural disasters, urban and community planning, traffic management, logistics and machine efficiency, personalized healthcare, customized learning, autonomous vehicles, fraud detention, robotics, translation, smart ...
draw
b. When you start Microsoft Word, a blank document
appears with the name Document1 in the title bar. is it true or false
Answer:
it is true,a blank document appears with the name Document 1
A program spends 30% of its time performing I/O operations, 25% of its time doing encryptions, and the remaining 45% of its time doing general computations. The user is considering purchasing one of three possible enhancements, all of which are of equal cost: (a) a new I/O module which will speed up I/O operations by a factor of 2, (b) adding encryption hardware which will cut the encryption time by 70%, and (c) a faster processor which will reduce the processing time for both general computations and encryptions by 40%. Which of these three enhancements will provide the best speedup? Hint: This is an application of Amdahl’s Law.
Answer:
a
Explanation:
What is a typical use for a MAN?
A.
to connect devices in five offices adjacent to each other
B.
to connect computers across a university campus
C.
to connect corporate offices across three continents
D.
to connect the computers in a private library
Answer:
B. to connect computers across a university campus
Explanation:
Plato correct!
Which of the following networks had these two goals: a) allowing scientists to work together on scientific projects; and, b) functioning even if part of the network was destroyed by a nuclear attack? W3C O IBMNet ARPANET NSFnet
Answer:
ARPANET
Explanation:
It was the ARPANET sponsored by the US Department of Defense to enable scientists collaborate on research.
Answer:
APPANET
Explanation:
Which of the following pieces of evidence was NOT used to support the Theory of Continental Drift?
A.The shape of the continents appears to fit together like a puzzle.
B.Identical fossils have been found on multiple continents separated by oceans.
C.Similar landforms are continuous between two continents when matched up.
D.There were traces of land bridges connecting separate continents.
There were traces of land bridges connecting separate continents.
The pieces of evidence that is not used as support is that There were traces of land bridges connecting separate continents.
How did the continents separate and drift apart?The rotation of the Earth is known to be the reason for the continents to move towards and also apart from each other. .
Therefore, The pieces of evidence that is not used as support is that there were traces of land bridges connecting separate continents.
Learn more about Continental Drift from
https://brainly.com/question/394265
#SPJ6
You need to write a menu driven program. The program allows a user to enter five numbers and then asks the user to select a choice from a menu. The menu should offer the following four options – 1. Display the smallest number entered 2. Display the largest number entered 3. Display the sum of the five numbers entered 4. Display the average of the five numbers entered
Answer:
In Python:
nums = []
for i in range(5):
num = int(input("Num: "))
nums.append(num)
print("1 - Smallest")
print("2 - Largest")
print("3 - Sum")
print("4 - Average")
menu = int(input("Select menu: "))
if menu == 1:
print("Smallest: ",min(nums))
elif menu == 2:
print("Largest: ",max(nums))
elif menu == 3:
isum = 0
for i in range(5):
isum+=nums[i]
print("Sum: ",isum)
elif menu == 4:
isum = 0
for i in range(5):
isum+=nums[i]
print("Average: ",isum/5)
else:
print("Invalid Menu Selected")
Explanation:
This program uses a list to get inputs for the 5 numbers
Here, the list is initialized
nums = []
This iterates from 1 to 5
for i in range(5):
This gets input for the 5 numbers
num = int(input("Num: "))
This appends each number to the list
nums.append(num)
The next 4 lines represents the menu
print("1 - Smallest")
print("2 - Largest")
print("3 - Sum")
print("4 - Average")
This prompts the user for menu
menu = int(input("Select menu: "))
If menu is 1, print the smallest
if menu == 1:
print("Smallest: ",min(nums))
If menu is 2, print the largest
elif menu == 2:
print("Largest: ",max(nums))
If menu is 3, calculate and print the sum of all inputs
elif menu == 3:
isum = 0
for i in range(5):
isum+=nums[i]
print("Sum: ",isum)
If menu is 4, calculate and print the average of all inputs
elif menu == 4:
isum = 0
for i in range(5):
isum+=nums[i]
print("Average: ",isum/5)
If menu is not 1 to 4, then print invalid menu
else:
print("Invalid Menu Selected")
Which of these are examples of a bug?
A. Feedback telling you the game is boring. B. Players can get to the river, but nothing they click gets them over the river. C. The game crashes during game play. D. B & C
You will use conditionals, loops, and functions to implement a trigonometric functions calculator.
THE PROBLEM
You must complete the provided Python program to calculate three trigonometric functions based on the user's input. The user can select the following trigonometric functions: 1. Sine, 2. Cosine, and 3. Tangent. The user will input option 4 to exit the program. If the user inputs a number different than 1, 2, 3, or 4, your program must print into the display the following message: Invalid option. Your program will keep asking the user for an option until the user choice is 4 (exit).
Trigonometric functions:
Sine: to calculate the sine of an angle (in radians), you must use the following Maclaurin series (Wikipedia):
sin(x) = ∑[infinity]n=0(−1)nx2n+1(2n+1)!∑n=0[infinity](−1)nx2n+1(2n+1)!
Where x is the value of the angle in radians.
Cosine: to calculate the cosine of an angle (in radians), you must use the following Maclaurin series (Wikipedia):
cos(x) = ∑[infinity]n=0(−1)nx2n(2n)!∑n=0[infinity](−1)nx2n(2n)!
Tangent: For the value of an angle different than 90 or 270 (in degrees), the tangent is:
tan(x) = sin(x)cos(x)sin(x)cos(x)
Where x is the value of the angle in radians.
User-defined Functions:
You must write the definition of the following functions:
factorial: this function receives as a parameter an integer value and returns the factorial of the received value. For a parameter equal to 5, the function returns 120 (5 * 4 * 3 * 2 * 1).
sin: this function receives two parameters (a float representing the value of the angle in radians and an integer value representing the number of terms of the Maclaurin series to be calculated). The function returns the value of the sine of the first parameter calculated with the first n terms of the Maclaurin series for the sine (where n is the second parameter received by the function).
cos: this function receives two parameters (a float representing the value of the angle in radians and an integer value representing the number of terms of the Maclaurin series to be calculated). The function returns the value of the cosine of the first parameter calculated with the first n terms of the Maclaurin series for the cosine (where n is the second parameter received by the function).
degTorad (provided): this function receives as a parameter an integer value representing an angle in degrees and returns the value of the received angle in radians.
printMenu (provided): this function does not receive parameters and does not return a value. The function prints the to STDOUT (display) the menu to be used by the user.
Main program:
The main program is provided in the template file. Please use the comments in the template file to complete your solution.
Input:
Your program takes as initial input one integer value representing the menu option. If the initial input value is a trigonometric function (1, 2, or 3), the program will request two additional inputs (an integer value representing an angle in degrees and the number of terms used in the Maclaurin series). The input statements are provided in the template file.
Output:
The print statements are provided in the template file (do not modify the output messages).
Note:
You can safely assume that the input will always be valid.
Example :
THE TRIGONOMETRIC CALCULATOR
1 - Calculate the sine of a value
2 - Calculate the cosine of a value
3 - Calculate the tangent of a value
4 - Exit
Enter your option: 1
Enter the value (in degrees): 45
Enter the number of terms: 10
The sine of 45 is 0.7071
THE TRIGONOMETRIC CALCULATOR
1 - Calculate the sine of a value
2 - Calculate the cosine of a value
3 - Calculate the tangent of a value
4 - Exit
Enter your option: 2
Enter the value (in degrees): 45
Enter the number of terms: 10
The cosine of 45 is 0.7071
THE TRIGONOMETRIC CALCULATOR
1 - Calculate the sine of a value
2 - Calculate the cosine of a value
3 - Calculate the tangent of a value
4 - Exit
Enter your option: 3
Enter the value (in degrees): 45
Enter the number of terms: 10
The tangent of 45 is 1.0000
THE TRIGONOMETRIC CALCULATOR
1 - Calculate the sine of a value
2 - Calculate the cosine of a value
3 - Calculate the tangent of a value
4 - Exit
Enter your option: 4
Answer:THE TRIGONOMETRIC CALCULATOR
1 - Calculate the sine of a value
2 - Calculate the cosine of a value
3 - Calculate the tangent of a value
4 - Exit
Enter your option: 4
Summary
In this lab, you use what you have learned about searching an array to find an exact match to complete a partially prewritten C++ program. The program uses an array that contains valid names for 10 cities in Michigan. You ask the user to enter a city name; your program then searches the array for that city name. If it is not found, the program should print a message that informs the user the city name is not found in the list of valid cities in Michigan.
The file provided for this lab includes the input statements and the necessary variable declarations. You need to use a loop to examine all the items in the array and test for a match. You also need to set a flag if there is a match and then test the flag variable to determine if you should print the the Not a city in Michigan.message. Comments in the code tell you where to write your statements. You can use the previous Mail Order program as a guide.
Instructions
Ensure the provided code file named MichiganCities.cppis open.
Study the prewritten code to make sure you understand it.
Write a loop statement that examines the names of cities stored in the array.
Write code that tests for a match.
Write code that, when appropriate, prints the message Not a city in Michigan..
Execute the program by clicking the Run button at the bottom of the screen. Use the following as input:
Chicago
Brooklyn
Watervliet
Acme
// MichiganCities.cpp - This program prints a message for invalid cities in Michigan.
// Input: Interactive
// Output: Error message or nothing
#include
#include
using namespace std;
int main()
{
// Declare variables
string inCity; // name of city to look up in array
const int NUM_CITIES = 10;
// Initialized array of cities
string citiesInMichigan[] = {"Acme", "Albion", "Detroit", "Watervliet", "Coloma", "Saginaw", "Richland", "Glenn", "Midland", "Brooklyn"};
bool foundIt = false; // Flag variable
int x; // Loop control variable
// Get user input
cout << "Enter name of city: ";
cin >> inCity;
// Write your loop here
// Write your test statement here to see if there is
// a match. Set the flag to true if city is found.
// Test to see if city was not found to determine if
// "Not a city in Michigan" message should be printed.
return 0;
} // End of main()
Answer:
Replace the comments with:
for(x = 0; x < NUM_CITIES; x++){
if(inCity == citiesInMichigan[x]){ foundIt = true;}
}
if(foundIt){ cout<<"Exists";}
else{cout<<"Does not exists";}
Explanation:
This iterates through the cities
[tex]for(x = 0; x < NUM\_CITIES; x++)\{[/tex]
This checks if current city in the array matches the city input by the user
[tex]if(inCity == citie sIn Michigan[x])\{[/tex] foundIt = true; If yes, foundIt is set to true}
}
If foundIt is true, print "Exists"
if(foundIt){ cout<<"Exists";}
If foundIt is false, print "Does not Exists"
else{cout<<"Does not exists";}
See attachment for complete program
. Which responsibility belongs to the marketing function?
Answer:
The marketing functions involves various responsibilities of the business organization, these functions are responsible for the growth of company. The key roles and responsibilities of marketing functions are market research, finance, product development, communication, distribution, planning, promotion, selling etc.
Read the scenario and then answer the question using only the information provided.
A report titled “Dog Breeds” contains information about four breeds of dogs. Information about each breed is contained in a separate table. Which best describes how the report is organized?
The report is grouped and sorted.
The report is sorted only.
The report is grouped only.
Answer:
The report is grouped and sorted.
Answer:
C. the report is grouped only
Explanation:
Name any four areas where computers are used
Answer:
Computers are used for Business
Computers are used for Education
Computers are used for Science
Computers are used for Communication.
how to make windiws 10 to wundows 21?
Answer:
You multiply it.
Calculate The Average of Grades Instructions:
Please read the following problem carefully. You will then logon on to https://www.draw.io/to create a professional diagram. You will put all titles, labels, and save your work using the information below. Please follow the directions:
Destini would like to get a better understanding of her grades in all of her college courses before Spring Break. Instead of using a calculator and paper to calculate her grade, she decided to design a program. She will design a program that will ask her to enter her course name and the number of grades in her grade book. The program will then Read the number of Grades based on what was entered by her, Add up all the Grades, Calculate the Average, and Display Course Name and the Average to Screen. It is important to consider that the number of grades will be different for each course. Using Repetition Control, please design this program.
1. Please Create Flowchart using Draw.10 and Simple Flowchart symbols only (Draw.IO)
2. Pseudocode.
Your unique Flowchart must have the following (See Example Here):
A. Name, Date, and class Name [Top Left of Flowchart)
B. A Title of the Flowchart in Bold [Centered at the top of your flowchart)
C. A Brief Summary of your Flowchart (2 to 3 short sentences describing your flowchart) [Left of Flowchart]
Answer:
The pseudocode is as follows:
Input coursename, numgrades
count = 1; totalgrades = 0
while count <= numgrades:
input grade
totalgrade+=grade
count++
average = totalgrade/count
print(coursename)
print(average)
Explanation:
The solution is as follows:
(1) See attachment for flowchart
(2) See answer section for pseudocode
Explanation
Input coursename and number of grades
Input coursename, numgrades
Initialize count of grades input by the user to 1 and the sum of all grades to 0
count = 1; totalgrades = 0
This loop is repeated while count of grades input by the user is less than or equal to the numgrades
while count <= numgrades:
Input grade
input grade
Add grades
totalgrade+=grade
Increase count by 1
count++
End of loop
Calculate average
average = totalgrade/count
Print coursename
print(coursename)
Print average
print(average)
C. Summary of the flowchart
The flowchart gets coursename and the number of grades from the user. Then it gets the score of each grade, add them up t calculate the average of grades.
Lastly, the course name and the average grades is printed
Select the device that will have the most network ports
1. Switch
2. Server
3. Laptop
4. Desktop
Answer:
desktop
Explanation:
You are setting up a small network. The customer has decided to change his internet service provider (ISP) to EtherSpeed. The ISP has installed a connection to both RJ45 jacks on the wall plate. You are responsible for selecting the correct router to connect the network to the internet. You want to use the fastest connection speed available while providing for security for both the Home-PC and Home-PC2 computers.
Your task is to complete the following:
⢠Use the appropriate network components to connect the two computers to the new ISP.
⢠Place the Ethernet router with firewall capabilities on the Workspace.
⢠Use the existing Cat5e Ethernet cables to connect the computers to the router's integrated Ethernet LAN ports.
⢠Use the AC to DC power adapter to plug in the device.
⢠Use the Network and Sharing Center on both computers to confirm that the computers are properly connected to the network and internet.
Home pc1 becouse it is the right one