Answer:Patent Troll
Explanation:
I just took the quiz lol
5. How many topics will a well-designed web page have?
Answer:
The correct answer in this question is around six to seven. This is the optimum number that a well-designed webpage have. It is because this will be based on the amount of space a topic will occupy. A detail page will have one while a selection page will have many topics.
Explanation:
HELP ASAP
Certain programs are designed to analyze electronic scans of documents such as receipts, business cards and recipes, and allow information from these paper copies to be represented electronically. In order for such a program to understand the difference between, for example, a zip code and a phone number or between the price of an item and the total bill for a shopping trip, certain rules must be put into place. If a program was trying to identify which part of a receipt is the date of purchase, which of the follow probably would NOT be included as part of these rules?
A. Locate any sets of digits with the following format -- _ _ / _ _/ _ _ -- where the underscores represent numerical values.
B.Identify if there are any month names on the receipt (January, February, March, etc…).
C. Search for the numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 or 12 anywhere on the receipt.
D. Look for the following format of numbers -- 19_ _ or 20_ _ -- where the underscores represent numerical values.
Answer:
C. Search for the numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 or 12 anywhere on the receipt.
Explanation:
how can the use of ICT
Answer:
ICT allows students to monitor and manage their own learning, think critically and creatively, solve simulated real-world problems, work collaboratively, engage in ethical decision-making, and adopt a global perspective towards issues and idea.
Which type of loan is based on financial need
Answer:
Direct Subsidized Loans are based on financial need.
hope my ans helps
be sure to follow me
pls give brainlist to my answer
stay safe
have a good day
I need help ASAP 66 points this is a lab in Testout For Microsoft access I have been at this for about an hour
Answer:
welp you have to umm look up Microsoft and you habe to reset the rask
Flash drive DVD and hard drive are all examples of
Answer:
flash drive DVD and hard drive are all examples of storage device
[tex]\huge\underline\mathbb\pink{ANSWER:}\\\\[/tex]
Storage DeviceFlash drive , DVD and hard drive are all examples of Storage Devices .
[tex]\\\\\\\\[/tex]
HOPE IT HELPS
PLEASE MARK ME BRAINLIEST ☺️
Which option identifies the type of engineers described in the following scenario?
A team of engineers in Gaylord, Michigan, designs a system to remove natural gas from the earth.
O biomedical
O mechanical
O agricultural
O civil
Answer:
a civil
Explanation:
did it and got 100
8.3 code practice edhesive PLEASE HELP AND HURRY
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.
14 36 31 -2 11 -6
Sample Run
[14, 36, 31, -2, 11, -6]
ALSO I DONT NEED A SUM I NEED AN ARRAY
Answer:
numbers = '14 36 31 -2 11 -6'
nums = numbers.split(' ')
for i in range(0, len(nums)):
nums[i] = int(nums[i])
print(nums)
The program is an illustration of arrays and lists.
Arrays and lists are variables that are used to hold multiply values in one variable
The program in Python, where comments are used to explain each line is as follows:
#This gets input for the list of numbers
numbers = input()
#This splits the numbers into a list
numList = numbers.split(' ')
#This iterates through the list
for i in range(len(numList)):
#This converts each element to an integer
numList[i] = int(numList[i])
#This prints the list
print(numList)
Read more about Python lists at:
https://brainly.com/question/24941798
online education decreases the quality of education
Answer:
Online education has many negative impact
Explanation:
The loophole of virtual learning's practical use is one of its negative effects. These consequences include the question that individuals is not always effective, that it is more difficult for students to understand material that has been taught, that online learning can lead to social alienation, and that students might not acquire necessary communication skills.
value is always _____________ aligned in a cell.
Answer:
Right
Explanation:
Are computer software programs an example of land, labor or capital?
Answer:
Labor
Explanation:
A blank has a value that determines the value of another quantity. A)Dependent variable B) Independent variable C) Equation
Answer:
B
Explanation:
(Sorry if it's wrong)
Answer:
Independent Variable
Which of the following is an example of how the respiratory system interacts with the circulatory system to excrete waste?
Answer:
The veins carry oxygen depleted blood away from body parts, hence the color blue.
Explanation:
Jack is an accountant. He can’t access the spreadsheet software that is installed on the server. What should Jack do? Jack should ____ the server and check to see if it has crashed.
(this is for those who need to get this question right) the correct answer is that he should use the ping command so it goes "Jack should ping the server and check to see if it has crashed
Answer:
hack
Explanation:
Answer:
ping
Explanation:
Which list method allows elements in a sequence to be removed and added at either end of the structure?
Answer:
Explanation:
Explanation: Queue is also an abstract data type or a linear data structure, just like stack data structure, in which the first element is inserted from one end called the REAR(also called tail), and the removal of existing element takes place from the other end called as FRONT(also called head).
Answer: Stack
Explanation:
Which one is more important, logic circuits or logic gates?
Answer: logic circuits
Explanation:
It’s always best to have a detailed script before recording.
True.
False.
Examine the information in the URL below.
http://www.example/home/index.html
In the URL, what is the subdomain and what is the domain name?
A The subdomain is http:// and the domain name is .html.
B The subdomain is /home/ and the domain name is http://.
C The subdomain is www and the domain name is example.com.
D The subdomain is example.com and the domain name is www.
Answer:
B The subdomain is /home/ and the domain name is http://.
Explanation:
Answer:
The subdomain is /home/ and the domain name is http://.
Explanation:
What is the theoretical capacity of a channel in each of the following cases:
a.
Bandwidth: 20 KHz SNRdB =40
b.
Bandwidth: 200 KHz SNRdB =4
c.
Bandwidth: 1 MHz SNRdB =20
Answer:
The answer is below
Explanation:
The theoretical capacity of a channel (C) is the maximum data rate at which data can be transmitted in a channel. It is measured in bits per second (bps) and is given by the formula:
C = bandwidth * (SNR dB)/3
a) Bandwidth = 20 KHz = 20000 Hz, SNR dB =40
C = 20000 * (40)/3 = 26666.7 bps
C ≅ 267 Kbps
b) Bandwidth = 200 KHz = 200000 Hz, SNR dB =40]
C = 200000 * (4)/3 = 26666.7 bps
C ≅ 267 Kbps
c) Bandwidth = 1 MHz = 1000000 Hz, SNR dB =20
C = 1000000 * (20)/3 = 6666666.7 bps
C ≅ 6667 Kbps
true or false you can create a. network with 2 computers?
Explanation:
true true jsjsdkdkskdkdksksksksk
Answer:
True :)
Explanation:
Discussions
My Submissions
Java 8
Curious Shubham (100 Marks)
Draft save
1
2
3
4
There are 26 groups of people in Shubham's Company. At lunchtime, they all want to get some food to eat as soon as possible. All
the groups have made plan to get some food as soon as possible. According to the plan, every person of the group will share the
description of food he/she wants to eat so that all the group members will be able to order the food on the behalf of his/her group.
All the persons stand at various locations in the queue and whoever will get the food first, will distribute the food among all the
group.
But there is a weird procedure of getting the food from a queue. People having even indices form a new queue and process repeats
until only 1 person remains in the queue. He/she will able to order some food of his choice. Shubham and his friends are curious
about the group which will be able to get some food.
Input Format
The first line of input consists of the number of people present in the Queue, N.
The second line of input consists of a string that represents the group of each person who is standing in the queue.
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Constraints
1
The string consists of uppercase letters only.
Answer:
Explanation:
A,B,D
1a) Design an algorithm and draw a flowchart to display a set of even
numbers between 2 and 98 inclusive with their squares,
square roots, cubes and reciprocals.
Which of these completes the sentence? People interpret information ___________. Choose one.
Explanation:
mannejaondpsbma0jdjdhdj
Contain functions that help you monitor and modify images
Answer:
Palettes Palettes contain functions that help you monitor and modify images.
Explanation:
When you create names for the elements of a webpage (such as ), what are some rules that you can follow to make your HTML code easier to understand and simpler to use?
Please help!!
Answer:
by using proper indentation
Explanation:
By using the proper indentation and punctuation
One governing factor when determining the minimum size of conduit to be used is the?
A. conductor fill
B. presence if water
C. location
System.out.print(two.indexOf('r'));
types of motherboard
Answer:
Types of Motherboard
Explanation:
Motherboards are present in Desktop, Laptop, Tablet, and Smartphone and the components and functionalities are the same. But the size of the components and the way they are accommodated on the board varies due to space availability. In desktops, most of the components are fitted inside the sockets provided on the board and it is easy to replace each of them separately, whereas in Laptops/Smartphones some components are soldered on the board, hence it is difficult to replace/upgrade.
Though different motherboards have varying capabilities, limitations, features, Physical size/shapes (form factor), they are identified/grouped/categorized mostly by their form factors. Each manufacturer has come out with its form factor to suit the design of computers. Motherboard manufactured to suit IBM and its compatible computers fit into other case sizes as well. Motherboards built using ATX form factors were used in most of the computers manufactured in 2005 including IBM and Apple.
Write a switch statement that prints A to the screen for x values of 1 and 3, B for values 2 and 4, C for value 5, and D for all other values.
Answe x = 10.81&.!/‘as
Explanation:
DOES THE GATEWAY NE56R41u have touch screen capabilities?
A.) Yes it does
B.) No it doesn't
Answer:
thats a good question
Explanation:
thats a good one