Computer Science, asked by deep7939, 2 months ago

Q.6 Long answer and questions :-

(a) What is topology ? write its various types.

(b) How many tools are there for selection in flash tool bar?

(c) Write down the various data types and operators used in C++.​

Answers

Answered by palaksonisoni955
2

Answer:

Q.1 Geometric representation of how the computers are connected to each other is known as topology.

There are five types of topology – Mesh, Star, Bus, Ring and Hybrid.

There are five types of topology in computer networks:

1. Mesh Topology

2. Star Topology

3. Bus Topology

4. Ring Topology

5. Hybrid Topology.

1.In mesh topology each device is connected to every other device on the network through a dedicated point-to-point link. When we say dedicated it means that the link only carries data for the two connected devices only.

2.In star topology each device in the network is connected to a central device called hub. Unlike Mesh topology, star topology doesn’t allow direct communication between devices, a device must have to communicate through hub.

Q.2 Four primary parts are included in the Toolbox. The top section contains all 14 Flash Tools: arrow, subselect, line, loco, pen, text, oval, rectangle, pencil, brush, ink bottle, paint bucket, dropper, and eraser.

Q.3 In this tutorial, we will learn about basic data types such as int, float, char, etc. in C++ programming with the help of examples.

...

C++ Fundamental Data Types.

Data Type Meaning Size (in Bytes)

double Double Floating-point 8

char Character 1

wchar_t Wide Character 2

bool Boolean 1

Answered by dradhu750
0

Answer:

a) geometrical representation of how the computers are connected to each other is known as topology. There are Five types of topology - Mesh,star, bus,ring and hybrid

b) four

C) Data type -

1) integer

2) character

3) boolean

4) floating point

5) double floating point

6) valueless or void

7) wide character

operation -

1) subtraction

2) multiplication

3) division

4) modulo operation

( remainder after division)

Similar questions