Which is not the protocol?
(i)TCPAP
(ii) IPX/SPX
(lii) NETBIOS/NETBUI
(iv) Client​

Answers

Answer 1

Answer:

2. IPX/SPX

is not the protocol.


Related Questions

Which of the following statements is valid?SELECT InvoiceNumber, VendorNameFROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorIDWHERE InvoiceTotal = MAX(InvoiceTotal)SELECT InvoiceNumber, VendorNameFROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorIDWHERE InvoiceTotal = (SELECT MAX(InvoiceTotal))SELECT InvoiceNumber, VendorNameFROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorIDWHERE InvoiceTotal IN (SELECT MAX(InvoiceTotal) FROM Invoices)All of the above

Answers

Correct Answer:

c.

SELECT InvoiceNumber, VendorName

FROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorID

WHERE InvoiceTotal IN (SELECT MAX(InvoiceTotal) FROM Invoices)

Explanation:

All options only differ on the WHERE clause:

a: WHERE InvoiceTotal = MAX(InvoiceTotal)

Fails because aggregate functions (like MAX, COUNT, etc) have to be used on the SELECT clause.

b: WHERE InvoiceTotal = (SELECT MAX(InvoiceTotal))

Fails because the SELECT clause is incomplete.

c: WHERE InvoiceTotal IN (SELECT MAX(InvoiceTotal) FROM Invoices)

This one is correct, and returns the InvoiceNumber and VendorName register with the largest value on the InvoiceTotal field.

Which of the following items is the most important piece of
information to include in a page header or footer?
O Author name
Grade
Date
Page number

Answers

Answer:

Page number

Explanation:

Hope this helps

The first form of the rocket is believed have been developed in _?
China
Germany
Greece
Poland
i will mark u brainliest mf

Answers

China in 1100 AD, if I am wrong I'm sorry.

Answer:

Greece

Explanation:

It is believed that the reaction principle, the physical law of rocket motion, was first demonstrated about 360 B.C. by a Greek named Archytas. Far from demonstrating the reaction principle in a weapon, Archytas simply filled a hollow clay pigeon with water. He then suspended the clay pigeon by string over a fire. The heating of the water produced steam, and the clay pigeon could move under its own power as steam escaped through strategically placed holes. Archytas could hardly have imagined that the same basic principle would one day carry men to the Moon.

Which of the following items are not a
component of a graphical user
interface?
(A) windows
(B) icons
(C) menus
(D) prompts​

Answers

Answer:

D

Explanation:

we dont use prompts on graphical iser

Prompts​ following items are not a component of a graphical user interface.

What is Graphical user interface?

A mouse is used to interact with a graphics-based operating system interface, which uses menus and icons to govern user interaction. The Xerox GUI was made popular in the 1980s by the Apple Macintosh.

However, Microsoft Windows, the company's GUI, has since become the standard user interface for personal computers. At the time, Microsoft's operating system, MS-DOS, required the user to input particular commands (PCs).

A graphics library, an interface toolkit, an interface style guide, and standardized applications make up a complete GUI environment. A high-level graphics programming interface is offered by the graphics library.

Therefore, Prompts​ following items are not a component of a graphical user interface.

To learn more about Graphical user, refer to the link:

https://brainly.com/question/14758410

#SPJ2

Distinguish between bit and byte?​

Answers

By its simplest definition, a bit is just a smaller unit of information than a byte. ... There are eight bits in one byte of information. Alternately, and more commonly in modern connotations, bits (and their successively larger relatives, such as kilobits, megabits and gigabits) are used to measure rates of data transfer.

materials used in front office

Answers

Answer:

A Telephone, Printer, Computers, Security Monitor

Fill in the blank to make the following true.
2 ** 3 =

Answers

Answer:

2 ** 3 = 8

Explanation:

Answer:

8

Explanation:

Which of the following tasks can you perform using a word processor?

insert a bulleted list in a document
check a document for spelling errors
edit a video for inclusion in a document
create an outline of sections to be included in a document
set a password to restrict access to a document

Answers

Answer:

check a document for spelling errors

Explanation:

With a word processor, you can easily edit and make changes to a document, move text around in a document, add images, change fonts, check for spelling errors

Can someone help me with solving this program using coding?

Answers

Answer:

Explanation:

The following program is written in Python and holds all of the powers and amounts in a dictionary called inventory which can be changed, or the values can be increased like any dictionary. The data is then called and outputed to the user as an Inventory like the one shown in the picture.

def Inventory():

   inventory = {'Mushroom': 5, 'Super Bell': 5, 'Boomerang': 5, 'Fire Flower': 5}

   print("Mario's Inventory")

   print("Power            Amount")

   for x in inventory.keys():

       spaces = ''

       for y in range(20 - len(x)):

           spaces += " "

       print(x + spaces + str(inventory.get(x)))

Inventory()

Sharon wants to include her name on each slide in her science presentation. Where in the Header and Footer dialog box would she type her name?

Answers

Answer:

She will type her name in the Footer

Explanation:

To answer this question, I will assume Sharon is using the Microsoft Office PowerPoint package to handle her presentation.

In PowerPoint, the footer helps users to add names or any other details on every slide.

To do this:

Go to INSERT in the menu barThen, go to Text menuSelect Header & Footer to open the boxCheck the Footer optionEnter the text in the provided text box(This is where Sharon will enter her name)Lastly, click Apply to All to effect the changes

Design a TestScores class that has fields to hold three test scores. The class should have a constructor, accessor and mutator methods for the test score fields, and a method that returns the average of the test scores. Demonstrate the class by writing a separate program that creates an instance of the class. The program should ask the user to enter three test scores, which are stored in the TestScores object. Then the program should display the average of the scores, as reported by the TestScores object.

Answers

Answer:

Answered below

Explanation:

class TestScores {

double test1;

double test2;

double test 3;

public TestScores (double test1, double test2, double teat3){

this.test1= test1;

this.test2 = test2;

this.test3 = teat3;}

//mutator

public setTest1(double test1){

this.test1 = test1;

}

//accessor

public double getTest1(){

return test 1;

}

//Write same accessors and mutators for test2 and test3

public double getTestAverage(){

double sum = test1+test2+test3;

return sum / 3;

}

}

class TestRun{

public static void main (String [] args){

TestScores scores = new TestScores(50.5, 40.0, 80.7)

int average = scores.getTestAverage();

System.out.print(average);

}

In the Business world people are often measured by their???
A- soft skills
B- hobbies
C- iq
D- technical skills

Answers

Answer:

D

Explanation:

You need skills to succeed!!

Answer is D !!!!!!!!

How do you access the

internet in your school and at home?​

Answers

I think they want you to answer personally, but we access internet through computers, ipads, phones, etc. using wifi or mobile data to attain connection.

It is important to reflect on feedback.
A. True
B. False

Answers

The answer is A. True

Answer:

YES ITS IS!!

Explanation:

Effective feedback assists the learner to reflect on their learning and their learning strategies so they can make adjustments to make better progress in their learning.

A cell is the intersection of a row and a column, identified by a letter and number.

True or false

Answers

Answer: True

hello how are you

Answer: True hope it helps

Help please
Who will give the answer I'll mark him/her as brainlist..​

Answers

Answer:

We will be using Average function of Excel Calculation sheet.

Its Syntax in Calc sheet is : =AVERAGE (number1, [number2], ...)

or you can use =Average and then click on the first cell and drag the whole row till end and close the brackets. It will calculate the average of that row.

Once you have applied average function on first row, you can drag this cell down the column and it will replicate the same function for respective rows.

what do you mean by formatting the document?​

Answers

Answer: See explanation

Explanation:

Document formatting simply refers to how a document is laid out. It involves specifications about the look of a document.

During formatting of a document, some of the things done include alignment, margin, font, color, font size, indentation etc. All three eventually gives the document its look.

Describe how a cell’s content and format attributes are related.

Answers

Answer: They are independent and not related.

Explanation: Changing the format affects the content. Which of the following is NOT a way to change the column width in Excel?

a cell's content and format are similar. a cell's content and format are unrelated. the content of a cell is influenced by changing its format. the format of the cell is also affected when the content of the cell is changed.

hope this helps

What is "public static grossPay()" an example of?



A) Method()


B) Literal()


C) Private()


D) Order()

Answers

Answer:

A) Method()

Explanation:

This is an example of a Java method header. It has the visibility modifier called public which makes it visible to other classes. It is a static method which means it can be only be called through the Class's name because an object instance of it cannot be created. It is named grossPay and has no parameters and does not return any type.

A spreadsheet will complete a variety of mathematical formulas for the user.

True or false

Answers

Answer: True

Explanation:

A spreadsheet will complete any formula as long as its entered by the user

Answer:

True

Explanation:

Examples of system software include operating systems like macos, Linux, Android and
Microsoft Windows, computational science software, game engines, industrial automation, and
software as a service applications
True
False

Answers

Tru tru tru tru tru tru

7. Application software is a program or group of programs designed for end-users.
True
False

Answers

Answer:

True

Explanation:

A software refers to "instructions that tell a computer what to do. Software comprises the entire set of programs, procedures, and routines associated with the operation of a computer system" (Encyclopedia Britannica).

There are two types of software;

i) system software

ii) Application software

An application software helps the user to perform specific tasks on the computer. It was specifically designed for the end user.

A typical example of an application software is the Microsoft office which could be used to prepare documents using the computer.

Answer:

true

Explanation:

What is wrong with the following recursive sum method? The method is supposed to sum up the values between 1 and x (for instance, sum(5) should be 5 + 4 + 3 + 2 + 1 = 15). public int sum(int x) { if (x == 0) return 0; else return sum(x – 1) + x; } Group of answer choices the base case should return 1 instead of 0 the recursive case should return sum(x – 1) + 1; instead of sum(x – 1) + x; the recursive case should return sum(x) + 1; the method should return a boolean instead of an int the base case condition should be (x <= 0) instead of (x = = 0)

Answers

Answer:

The base case condition should be (x <= 0) instead of (x = = 0)

Explanation:

The given recursive function works fine for positive number. However, it returns an error when the value passed to the function is negative.

To prevent this, the base case should be x <= 0.

This will allow the program returns 0 if a negative number or 0 is passed to the function.

Hence, the changes to be made is to replace the base case with x <= 0

the processing is done in the​

Answers

Answer:

CPU Central Processing Unit

Answer:

CPU.... I'm not sure but it might be right or can u put the full question because it sorta don't make any sense

Brainliest for correct answer :)
a. X = A NOR B
b. X= NOT (A OR B)
c. X = A OR B

Answers

the answer is A, the logic circuit is a NOR

how was kapilvastu named​

Answers

Answer:  Kapilvastu was named after Vedic sage Kapilamuni

Can someone tell me how to hit on a link on Brainly to see the answer

Answers

no, please do not hit on links. they're viruses i'm pretty sure.
Make sure to report the answer just in case

What is one example of a pan lan man and a wan

Answers

Answer:

A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A WAN (wide area network), in comparison to a MAN, is not restricted to a geographical location, although it might be confined within the bounds of a state or country.

Explanation:

i hope this helps

Differentiate between a window and Windows​

Answers

Answer:

A window is a graphic control element which are controlled by the keyboard usually and windows is an operating system

Explanation:

What is the difference between motion transmission and motion transformation?

Answers

Answer:

When the parts move in the same direction, it is rotational motion, and this is called motion transmission. When there is a change in the type the motion from rotation (circular or round and round) to translation (up/down), this is called motion transformation.

Explanation:

Answer:

When we convert a movement of one type into another of the same type (that is, linear in linear or circular in circular) we speak of transmission of movement. When, on the other hand, we convert it into another of another type (that is, linear in circular or circular in linear), we speak of transformation of movements.

Explanation:

Other Questions
(help?)Look at the model.Which of the following statements of equality is true? [png] What is not a type of text format that will automatically be converted by Outlook into a hyperlink?O email addressO web addressO UNC pathO All will be automatically converted. how do you find the range of 0.3 0.9 0.2 0 0.7 0.9 0.4 Explain: How does pH vary with hydronium ion and hydroxide ion concentrations in water? What are the values of the function y= 3x - 4 for x = 0,1,2, and 3? Which shape has 3 sides and 3 corners? help asap pleaseBakit ipinagbabawal ng pamahalaan ang paghuli sa mga endangered na hayop? Plz show work if ya can so I can understand this thanks How does this behavior affect the survival of the eagle population?Someone please help:) Select the correct answer from each drop-down menu.Select the phrase that correctly completes the statement. A) bloody diarrhea B) bloody nose C) muscle cramping D) unexplainable bruising is the most common sign of foodborne illness.You are most likely to find E. coli in A)steamed broccoli B) a cooked hamburger C) a well-done steak D) a raw salad What are the three main factors pertaining to igneous rocks? what is the slope of the line that passes through 4,-2 and -8,6 What is the value of x? 482432 Does a bodybuilder or a cyclest most likley to be LEAST flexiable? this is actually a question no joke pls help. i think its a cyclest. What did the Ordinance of Nullification say?PLS HELP! yovani estimates that about 200 students in the school favor playing sports as a hobby. do you agree? explain. 1. If you add air to a flat tire through a single small entry hole, why does the air spread out to fill the tire? Janice has decided that the best approach to programming a new social media app is to start with a small portion of it by writing the smallest module, and then reuse and combine that with other modules to build it up. What approach is this?Group of answer choicesbinary translationbottom-up programmingfloat and decimal variablesalgorithm management Rewrite the fraction pairs with common denominatorsA. 3/20 and 4/5B. 8/21 and 6/7C. 2/8 and 4/9 Steven paid $60 for 3 cardio dance workout classes. Hes trying to set up an equation to help him find the cost of each class. What should Steven put in the blank of the following equation? c=$___3?