The two major types of metal electrical cable are:



A.wire and fibre

B.twisted pair and coaxial

C.twisted pair and fibre optic

D.coaxial and fibre optic​

Answers

Answer 1
Hold on I’ll see if I could find the answer

Related Questions

What are some common summary operations that aggregate functions can perform in a crosstab query? Check all that apply.
adding
counting
dividing
subtracting
identifying an average
calculating a minimum or maximum
predicting the next value in a pattern.

Answers

Answer:

adding

counting

identifying average

calculating max or min

Explanation:

edg 2021

Dose anybody know how to do this because i dont.

Answers

Answer:

All you need to explain in this assignment is specific things which makes a product an innovationi or new. This is what emerging means in the first question. Then say why these new technologies can be hard to identitfy.

Explanation:

List at least two questions you can use to help decide whether a website's information is trustworthy

Answers

Answer:

Questions (three) that can be used to decide whether a website's information is trustworthy are;

1) Who is or are the authors of the website

2) What type of information the website conveys

3) Why was the information published on a website

Explanation:

1) Who is or are the authors of the contents of the website including the authors credentials so as to ascertain whether the author is qualified with regards to the topic or topics written about on the website

2) What are the information presented on the website and the context the in which the information are presented

Are the articles in the website backed by a source, with hyperlinks, references or footnotes

3) Why was the on the website information created. Is the information to entertain, persuade, sell or inform

draw a flowchart to input a number and find out whether it is divisible by 7 or not​

Answers

Note:

% is Modulus,

So it's taken as num mod 7, if that evaluates to 0 there is no reminder therefore divisible by 7.

Tell me what does WSG mean ​

Answers

Answer:

It could mean many different things but heres some things it could

With Special Guest

World Standard Group

Web Security Guard

Hope this helps!

I downloaded the hex mod on gamebanana, there was a "do NOT readme" file, I didn't see it at first and tried to open the app, it said "Unrecognized app" I really hope I didn't just get a virus on my computer, the game is fnf

Answers

Answer:

You'll be find. Viruses suck, but everyone gets them at some point. Don't be worried about it. If your computer is acting weird/getting pop-ups, just ask your parent to call the computer company or take it to the store that's owned by your internet provider company (AT&T store, etc.)

Getting a virus is not the same thing as a cyber-attack. It might make things a bit annoying. Worst case scenerio, someone uses a virus software program to gain access to your computer so they can try to find banking info.

Even if that happens (VERY low chance), financial companies associated with your credit card/financial info, etc. pick up on it pretty quickly and call if there's anything suspicious.

Explanation:

Answer:

if its friday night funkin its not a virus

Explanation:

The First National Bank debited $100.00 from your checking account into your savings account. What would the transaction descripton be?

Answers

Answer:

32 Day Interest Plus

Amount 1 - 32 days (per annum) 33 - 64 days (per annum)

R1 000 - R9 999 0.55% 0.65%

R10 000 - R24 999 0.80% 0.90%

R25 000 - R49 999 1.05% 1.15%

R50 000 - R99 999 1.55% 1.65%

Explanation:

does trend in computing important for organization management?​

Answers

Answer:

yes it is...................

The National Archives is part of the federal government, which means that its content:

-belongs to everyone.

-is off limits to the public.

-comes with extreme licensing fees.

-is outdated and useless.

Answers

Answer:

its A

Explanation:

the national archives is open to anyone who visits

True or False: Nested elements must be indented with respect to parent elements in
order for the code to be properly displayed in a browser

Answers

Answer:

true

Explanation:

What is printed by the python code? print('2' + '3')

Answers

Answer:

23

Explanation:

Given

print('2' + '3')

Required

The output

First, the expression in bracket is evaluated.

'2' + '3' = '23' i.e. The + concatenates '2' and '3'

So, the statement becomes

print('23')

The above statement prints the expression in quotes.

Hence, the output is 23

Answer:

23

Explanation:

Write a program that reads a list of integers into a vector, and outputs the two smallest integers in the list, in ascending order. The input begins with an integer indicating the number of integers that follow. Ex: If the input is: 5 10 5 3 21 2 the output is: 2 and 3 You can assume that the list of integers will have at least 2 values. To achieve the above, first read the integers into a vector. Hint: Make sure to initialize the second smallest and smallest integers properly. Submit your .cpp code with this question's link. Output runs are not required.

Answers

Answer:

In C++:

#include <bits/stdc++.h>

#include <iostream>

#include <vector>

using namespace std;

int main(){

vector<int> vectItems;

cout << "Vector length: ";

int ln; cin>>ln;

int num;

for (int ikk = 0; ikk < ln; ikk++){

 cin >> num;

 vectItems.push_back(num);}

int small, secsmall;

small = secsmall = INT_MAX;  

for (int ikk = 0; ikk < ln; ikk++){

 if(vectItems[ikk] < small){

     secsmall = small;  

           small = vectItems[ikk];   }

 else if (vectItems[ikk] < secsmall && vectItems[ikk] != small) {

           secsmall = vectItems[ikk];} }

 cout<<small<<" "<<secsmall;

 return 0;}

Explanation:

See attachment for program file where comments are used for explanation

What is a difference between Java and Python? (5 points)
a
Java requires brackets to define functions, while Python requires curly braces.
оо
Ob
Python ends lines of code with semicolons, while Java does not.
Python is a statically typed language, while Java is not.
Od
Variable types in Java cannot be changed, while Python allows them to change.

Answers

I'm not sure if this answers your question but I found this online:

The main difference between Java and Python is their conversion; the Java compiler converts the Java source code into an intermediate code called a bytecode while the Python interpreter converts the Python source code into the machine code line by line.

Sorry if this doesn't answer your question.

I'm not sure if this answers your question but I found this online:

The main difference between Java and Python is their conversion; the Java compiler converts the Java source code into an intermediate code called a bytecode while the Python interpreter converts the Python source code into the machine code line by line.

Sorry if this doesn't answer your question.

would you be comfortable with a robot adjusting your investment portfolio if it came with significantly lower fees than a human financial advisor? Why or why not

Answers

Answer:

Sure, as long as it gets the job done and doesn't screw things up & is user friendly. I would also want to be able to turn it on and off at will.

Explanation:

___ design uses the same webpage content, but applies styling depending on the viewport size of the device

Answers

coding design used snake

Use the drop-down menus to match each description to the correct term.
Stores information in columns and rows
Smallest unit of information, e.g. 25
Unique identifier for each record, often an ID number
Group of related tables or records
Set of unique information, stored in a row

Answers

The appropriate term with its description are:

Excel spreadsheet: it stores information in columns and rows.Bit: smallest unit of information, e.g. 25.

What is an excel spreadsheet?

A excel spreadsheet can be defined as a type of software program which is designed and develop with cells that are typically arranged in a tabulated format in rows and columns.

How to match the description to the correct term?Excel spreadsheet: it stores information in columns and rows.Bit: smallest unit of information, e.g. 25.Key field: unique identifier for each record, often an ID number.File: it is a group of related tables or records.Primary key: set of unique information, stored in a row.

Read more on spreadsheets here: https://brainly.com/question/4965119

#SPJ2

7. What is a slide transition?

Answers

Answer:

Is this multiple choice? If not, its a visual effect from one slide to another.

Explanation:

Answer:

A slide transition is the visual effect that occurs when you move from one slide to the next during a presentation. You can control the speed, add sound, and customize the look of transition effects

Explanation:

hope this helps:)

So I got a question when I ask a question some people send me a link that seems weird in their answer you can't put links in your answer so is it a grabify link to track my IP?

Answers

Answer:

dw just ignore it

Explanation:

its just stoopid kids or people just ignore it

and think positive like elmo

Answer:No I don't think so hope u have a great day

Explanation:

WILL GIVE BRAILIST IF ANSWER RIGHT

Answers

Answer:

See Photo For Matching.

The decimal equivalent of the product of 1011 and 1100 is

Answers

Answer:

132

Explanation:

We convert each number to base 10 (decimal) and multiply.

So 1011₂ = 1 × 2³ + 0 × 2² + 1 × 2¹ + 1 × 2⁰

= 1 × 8 + 0 × 4 + 1 × 2 + 1 × 1

= 8 + 0 + 2 + 1

= 11₁₀

1100₂ = 1 × 2³ + 1 × 2² + 0 × 2¹ + 0 × 2⁰

= 1 × 8 + 1 × 4 + 0 × 2 + 0 × 1

= 8 + 4 + 0 + 0

= 12₁₀

So, 1011₂ × 1100₂ = 11₁₀ × 12₁₀ = 132₁₀

So, the decimal equivalent of the product of 1011 and 1100 is 132

explain types of fans & their function​

Answers

Answer: 1. Ceiling Fan: As they are suspended into the middle of the room, they transfer air in equal quantity.

2. Table Fan: Used in small purpose office room and home tables for max. 5 people.

3. Tower Fan: Take lesser space, compact and portable, used to maintain and encourage air flow.

4. Pedestal/Stand Fan: Used in rooms with larger space, make less sound, are portable and used in a single room at a time for up to 10 people.

5. Exhaust Fan: Used in bathrooms and kitchens to provide ventilation and remove any odour or smoke.

               

Explanation:

What is one difference between low- and high-level programming languages?
O Low-level programming languages consist of written messages, while high-level programming languages are made up of numerals.
O Low-level programming languages do not have to be translated, but high-level programming languages do.
O Low-level programming languages are more similar to human language than high-level programming languages.
O Low-level programming languages must be interpreted or compiled, but high-level programming languages do not.

Answers

Answer:

Both High level language and low level language are the programming languages’s types.. The main difference between high level language and low level language is that, Programmers can easily understand or interpret or compile the high level language in comparison of machine.

Explanation:

The primary distinction between high-level and low-level languages is that programmers can readily comprehend or interpret humans in high-level languages, but machines can only easily understand humans in low-level languages. Thus, option C is correct.

What low- and high-level programming languages?

Low-level language operands and binary code instructions are swapped out for middle-level language mnemonics. However, since mnemonics are not understood by computers, we must translate them into machine code using a program called Assembler.

The types of programming languages are high level and low level languages. High level languages are distinguished from low level languages primarily by their ease of understanding, interpretation, and compilation by programmers.

Therefore,  Low-level programming languages are more similar to human language than high-level programming languages.

Learn more about programming languages here:

https://brainly.com/question/23959041

#SPJ2

To print preview a document, navigate to the _____ tab and select the Print option. File Page Design View Insert

Answers

Answer:

Option A

Explanation:

The process of viewing the print preview option in MS word is as follows -

a) First of all click on the File tab

b) After clicking on file tab, click on the print button at the left hand side

c) In the new tab that open up after clicking on the print button will provide an option of print preview.

Hence, option A is correct

Answer:

b. page layout

Explanation:

PLS HELP IM SO DESPERATE!! 40 points


Consider how you would help your Uncle Sandro diagnose the location of the problem and offer a likely solution in the following scenario:

Uncle Sandro has a computer. It is an older model. He calls you in as his tech-savvy nephew and asks if you could help him. It seems like data that is traveling across his computer is getting corrupted, and there is not a clear source. He asks you what the problem is and how he might fix it.

Answers

You would reboot the computer install a VPN and a virus detector

Answer:

1 reboot the computer

2 install a VPN and  virus detector

Explanation:

What value is returned by the call mystery(2, 3, 6)?

answer choices:

9

10

14

8

20

Answers

Answer:

8888888888888888888888888888Explanation:

yyugjhgfgdsfsghgtredfzgxhcjvkiu

What is media logic according to David L. Altheide?

Answers

Answer:

Media logic is discussed as a general framework for understanding the nature, impact and relevance of media and information technologies for social life, as well as its use and appropriateness for investigating political communication. (According to David L. Altheide)

Explanation:

List 5 general safety precautions that you can take when working with a computer equipment.

Answers

Answer:

Wear the right clothes, unplug all equipment, keep your work area clean, check for damaged parts, and do not force components into ports.

Explanation:

These are all general safety precautions when working with computer equipment.

9.6 Code Practice, this is in Python, I need its quick!

Answers

Answer:

def printIt(a):

   for r in range(len(a)):

       for c in range(len(a[0])):

           print(a[r][c], end = " ")

       print(" ")

   print(" ")

   

   for r in range(len(a)):

       x = a[r][r]

       for c in range(len(a[0])):

           a[r][c] = x

           

   for r in range(len(a)):

       for c in range (len(a[0])):

           print(a[r][c], end = " ")

       print(" ")

   

N = []

N.append([1, 2, 3, 4, 5])

N.append([1, 2, 3, 4, 5])

N.append([1, 2, 3, 4, 5])

N.append([1, 2, 3, 4, 5])

printIt(N)

Explanation:

<3

In this exercise we have to have knowledge in python computational language to write code like:

The code can be found in the attached image.

What is an Array?

Widely used by programmers, array is a simple data structure present in most programming languages. Its main purpose is to be a continuous space in memory to organize and store a collection of elements.

This code can be written as:

N = [1,1,1,1,1], [2,2,2,2,2], [3,3,3,3,3], [4,4,4,4,4]

def printIt(ar):

for row in range(len(ar)):

for col in range(len(ar[0])):

print(ar[row][col], end=" ")

print("")

N=[]

for r in range(4):

N.append([])

for r in range(len(N)):

value=1

for c in range(5):

N[r].append(value)

value=value + 1

printIt(N)

print("")

newValue=1

for r in range (len(N)):

for c in range(len(N[0])):

N[r][c] = newValue

newValue = newValue + 1

printIt(N)

See more about python at brainly.com/question/18502436

Ryan is installing new flooring in his house. Ryan can install 169 square feet of flooring in 5 hours. How much new flooring can Ryan install in 35 hours?

Answers

Answer:

1183 square feet.

Explanation:

If Ryan can install 169 square feet in 5hours.

Then, he can install times 7 of that in 35 hours since 35 / 5 = 7

So, 169 x 7 = 1183

Which of the following is true of a procedure? Check all that apply.

It can be reused.

It saves programmers time.

It is a block of code that performs a single task.

It lets you exit a function.

Answers

Answer:

It can be reused, It saves programmers time, it is a block of code that performs a single task.

Explanation:

Other Questions
Why is it important to have a topic that is not too broad? a broad topic will have too many details for a research report readers will not be interested in reading about a topic that is too broad a broad topic will be difficult to find information and data about teachers will think students could not think of a good topic if it is broad The regulation height of a basketball hoop is 10 feet above the court floor. On a scale model of a basketball court the height of the hoop is 5 inches from the court floor. What is the scale of the model you put steel wool in a water bottle and put a balloon on top. The balloon starts to expand. Which type of property are you testing?Chemical--oxidationChemical-compoundPhysical-oxidationPhysical-compound Determine both the mass and the charge of a block of material consisting of 3 x 10^27 protons, 3 x 10^37 neutrons, and 3.1 x 10^27 electrons. 3. Red looked across the prairie. He didn't see anything concerning He wondered why Texas Joe had hollered like that. Texas Joe turned to him. The ghost that Texas Joe had just seen was gone Texas Lee swatted at the air. Now he felt crazy. "You have to believe me. Red. It was just here," said Texas Joc Red scowled at him in disbelief. "What was just here, Joe?" he asked. Red was angry with Texas Joe for disturbing his sleep for no apparent reason Narrator's Perspective: Explain how you know Why were certain foods rationed during World War II? They were expensive to produce. They were not essential. They were unhealthy. They were nearly impossible to produce. Snow White Frame Company's cost formula for its supplies cost is $1,740 per month plus $8 per frame. For the month of March, the company planned for activity of 614 frames, but the actual level of activity was 620 frames. The actual supplies cost for the month was $6,850. The activity variance for supplies cost in March would be closest to: Put the quadratic equation y=4x^2-24x+5 into vertex form by completing the square then state the coordinates of the vertex. What is the length of the unknown leg in the right triangle 5. It cost David $93.00 to board his dog ata kennel for 5 nights. At that rate, howmuch would David be charged if heboarded his dog for 7 nights?A $130.20B $225.20c $450.30D $651.00Answer Quick PLZZ you will be brainless no website What market was technology designed to appeal to? 1.Mr Rankhakile receives a statement from the bank every month with regards to thevehicle he purchased.The cash price of the vehicle was R151 140 but since Mr Rankhakile didn't haveenough money in cash, he bought the car on hire-npurchase. An example of one of hisstatements is given in ANNEXURE A. Study ANNEXURE A and answer thequestions that follow. Write down the street name used on this statement Select all the conditions for which it is possible to construct a triangle. A triangle with side lengths 4 cm, 5 cm, and 15 cm A triangle with side lengths 5 cm, 5 cm. and 10 cm. A triangle with side lengths 3 cm. 5 cm. and 7 cm A triangle with side lengths 4 cm, 5 cm. and 6 cm. Do you share muscle building genetics with grandpa or grand uncle? Evaluate: --23 = ____ There is a square pyramid on the top of the dog house for the roof. The base length is 4 feet and the slant height is 7 feet. Find the surface area of just the roof of the dog house. Round your answer to the nearest tenth. (Hint: there is no base) 8. Cart 1 with mass of 2kg moving at +6m/s collides with cart 2 with a mass of 1kg,which is at rest. If cart 1 moves at +2m/s after the collision, what is the velocity ofcart 2 after the collision? (include correct units, or you get no credit) Which country is known to have the oldest parliament in the world?choices are England FranceIcelandNorwayi need it quick plz i will give brainliest IX Les prpositions de lieu. Complete each sentence with the french equivalent of the expressions in parentheses. (Extra 6 pts)Modle : Marie est ___derrire ____(behind) Charles.Sabine est _______________________(close to) David.Franois habite ______________________(next to) un bon caf.Il y a un grand parc ___________________(Cross from) notre maison.Ce soir, nous dinons __________________(at the house of) nos grands-parents.Le cinma est _______________________(far from) ma maison.Il y a un bon restaurant _____________________(between) la banque et la bibliothque. The Impressionists attempted to capture a fleeting moment in time using lively brushstrokes and vivid colors