Answer:
A) Describe the number 7.0 bit
The exponential value ( E ) = 2
while the significand value ( M ) = 1.112 ≈ 7/4
fractional value ( F ) = 0.112
And, numeric value of the quantity ( V ) = 7
The exponent bits will be represented as : 100----01.
while The fraction bits will be represented as : 1100---0.
B) The largest odd integer that can be represented exactly
The integer will have its exponential value ( E ) = n
hence the significand value ( M )
= 1.11------12 = 2 - 2-n
also the fractional value ( F ) =
0.11------12 = 1 – 2-n
Also, Value, V = 2n+1 – 1
The exponent bits will be represented as follows: n + 2k-1 – 1.
while The bit representation for the fraction will be as follows: 11---11.
C) The reciprocal of the smallest positive normalized value
The numerical value of the equity ( V ) = 22k-1-2
The exponential value ( E ) = 2k-1 – 2
While the significand value ( M ) = 1
also the fractional value ( F ) = 0
Hence The bit representation of the exponent will be represented as : 11---------101.
while The bit representation of the fraction will be represented as : 00-----00.
Explanation:
E = integer value of exponent
M = significand value
F = fractional value
V = numeric value of quantity
A) Describe the number 7.0 bit
The exponential value ( E ) = 2
while the significand value ( M ) = 1.112 ≈ 7/4
fractional value ( F ) = 0.112
And, numeric value of the quantity ( V ) = 7
The exponent bits will be represented as : 100----01.
while The fraction bits will be represented as : 1100---0.
B) The largest odd integer that can be represented exactly
The integer will have its exponential value ( E ) = n
hence the significand value ( M )
= 1.11------12 = 2 - 2-n
also the fractional value ( F ) =
0.11------12 = 1 – 2-n
Also, Value, V = 2n+1 – 1
The exponent bits will be represented as follows: n + 2k-1 – 1.
while The bit representation for the fraction will be as follows: 11---11.
C) The reciprocal of the smallest positive normalized value
The numerical value of the equity ( V ) = 22k-1-2
The exponential value ( E ) = 2k-1 – 2
While the significand value ( M ) = 1
also the fractional value ( F ) = 0
Hence The bit representation of the exponent will be represented as : 11---------101.
while The bit representation of the fraction will be represented as : 00-----00.
Question 3 of 10
What is one task of a system optimization tool?
A. Identifies which programs to begin automatically when you start
your computer
B. Downloads all free programs available to you on the Internet
C. Troubleshoots malfunctioning software, such as word processing
software
D. Troubleshoots malfunctioning hardware, such as a mouse or
keyboard
The OS optimization tool includes the ability to automate and help with some of the common clean up tasks that are tipically run just before using the prepared image. This includes system Clean up tasks and clearing information. Answer: A, identifies which programs to begin automatically when you start your computer.
Some routine cleanup procedures that are often performed right before using the produced image can be automated by the OS optimization tool, and it can also assist with these operations. Thus, option A is correct.
What one task of a system optimization tool?One of the features of the Windows OS Optimization Tool for Horizon is the ability to automate and aid in a few of the routine cleanup procedures that are frequently performed just before employing the prepared image.
There are three parts to every optimization problem: an objective function, choice variables, and constraints.
The term “formulating an optimization concern” refers to the process of turning a “real-world” issue into the mathematical equations and variables that make up these three parts.
To make the image cleaner and ready for usage with Horizon, they comprise system cleanup procedures and information cleaning.
Therefore, This involves clearing information and performing system cleanup chores.
Learn more about optimization tool here:
https://brainly.com/question/24843744
#SPJ5
a network designed for ....... is one that delivers consistent reliable performance 24hours a day
a. security
b. Durability
c. manageability
d. availability no
Answer:
d. availability
Explanation:
Availability can be defined as the quality of a thing, system, business, service or person to be available at all times (24 hours a day) to the group of people that uses it.
This ultimately implies that, availability is a state of being consistently accessible to the end users on daily basis without any downtime or failure.
Hence, a network designed for availability is one that delivers consistent reliable performance 24 hours a day to the end users.
Hey system has defined specific Quetion that describe how signals are sent over connections. Which layer of the transmission control protocol model provides this function?
Complete Question:
A system has defined specifications that describe how signals are sent over connections. Which layer of the Transmission Control Protocol/Internet Protocol (TCP/IP) model provides this function?
Group of answer choices.
A. Transport
B. Network
C. Data link
D. Physical
Answer:
A. Transport
Explanation:
Transmission Control Protocol/Internet Protocol (TCP/IP) model is a standard communication protocol used for interconnecting network devices such as routers, switches, host computers and access points over the internet.
A system has defined specifications that describe how signals are sent over connections. The layer of the Transmission Control Protocol/Internet Protocol (TCP/IP) model that provides these functions is the transport layer.
The transport layer comprises of two (2) standard protocols and these are TCP and UDP.
TCP is an acronym for Transmission Control Protocol and it is one of the essential and important protocol of the internet protocol network. This simply means that, it is an essential part of the TCP/IP network. The TCP has a wide range of applications in the following areas, file transfers, world wide web, remote administration, e-mail, etc.
The TCP connection are mainly established in the network using the three-way handshake.
UDP is an acronym for user datagram protocol and it enables the transfer or exchange of data between network devices.
A web feed:
A. runs a ticker tape of all your friends' comments on a social
networking site.
B. lists all the activity and postings that are occurring on a website.
C. alerts news watchers of a breaking story they can watch on TV or
online.
D. notifies users that new content has been added to a specific
website.
Web feed notifies users that new content has been added to a specific website. Then the correct option is D.
What is a web feed?The frequent regular update of the content or information given to the user through data format is known as a web feed.
It notifies users that new content has been added to a specific website.
Thus, the correct option is D.
More about the web feed link is given below.
https://brainly.com/question/11319715
#SPJ2
A security utility program that scans the system for small programs that interfere with how a computer functions are
utilities.
A.Data Encryption
B.Antivirus
C.Direwall
D.Cleaner
Answer:
B. Antivirus
Explanation:
I think Direwall is not even a word.
PHOTOSHOP IS A GRAPHICS EDITING PROGRAM CREATED WITH IMAGES KNOWN AS________
Answer:
Adobe
Explanation:
The current calendar, called the Gregorian calendar, was introduced in 1582. Every year divisible by four was declared to be a leap year, with the exception of the years ending in 00 (that is those divisible by 100) and not divisible by 400. For instance, the years 1600 and 2000 are leap years, but 1700, 1800, and 1900 are not. Write a program that requests a year as input and states whether it is a leap year. (Test the program on the years 2008, 2009, 1900, and 2000.)
Solution :
Public Function Is a Leap_Year(Year As_Integer) As Integer
'Dim Tor_F for local variable declaring if value is t/f.
Dim TorF As For Boolean
'Pre conditions: Year > 1581 and Year < 3000
If Year > 1581 And Year <> 1700 Or 1800 Or 1900 Then
IsLeapYear = Year / 4
Else
IsLeapYear = False
TorF = False
End If
End Function
do you humans know what math is?
Some do some dont Albert einstein has the biggest brain :))
PLEASE HELP TAKING TEST NOW!!! Of the following websites, the least trustworthy is one that (1 point)
has the author's name and the current year as the date the site was posted
O has in-depth information and has a .gov URL
O has photographs and a copyright date of 1997
O has a company logo and the results of independent research
Here's all the right answers.
1. What is the main purpose of a graphic organizer?
Answer: B
2. Which of the following website publishers would be considered an authoritative source about the cultures of ancient Mesopotamia?
Answer: C
3. Which of the following websites is the least biased?
Answer: D
4. Which of the following is true about graphic organizers?
Answer: A
5. Of the following websites, the least trustworthy is one that...
Answer: C
An algorithm can have an output and an outcome
A) True
B) False
How do Agile and DevOps interrelate?
Answer:
DevOps is a practice of bringing development and operations teams together whereas Agile is an iterative approach that focuses on collaboration, customer feedback and small rapid releases.
vector graphics are composed of solid __________,curves and other __________ shapes
Answer:
Lines; geometric.
Explanation:
Graphic design can be defined as an artistic process used for the creation of art works such as logos.
In the creation of various graphic files such as in 2-D or 3-D we can use a variety of software applications or programs such as Blender basics, Adobe photoshop, illustrator, Coreldraw, etc.
Graphic design involves the use of vector graphics, bitmap graphics or raster graphics.
Vector graphics are composed of solid lines, curves and other geometric shapes that are typically defined by series of mathematical instructions. Thus, vector graphics can be scaled to a smaller or larger size without any change in its quality.