subject

Câu 1. Thiết kế hệ logic có hàm ra:
F(A, B,C, D) = m(1, 5, 8, 9, 11, 15); d = (0, 2, 4, 6, 7, 14)
a) Tối thiểu hàm logic và vẽ mạch
b) Chỉ sử dụng một loại phần tử NAND 2 đầu vào
c) Chỉ sử dụng một loại phần tử NOR 2 đầu vào

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:40
Mary's manager told her she should insert a graphic into her documentwrite mary a brief note describing how to insert a graphicin a word processing document.
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_cost should be removed since header files should not contain constants.c)the definition of book should be removed since header files should not contain class definitions.d)the body of the calculate_terms function should be added to the header file.
Answers: 1
question
Computers and Technology, 23.06.2019 01:20
Me with this program in c++ ! computers represent color by combining sub-colors red, green, and blue (rgb). each sub-color's value can range from 0 to 255. thus (255, 0, 0) is bright red. (130, 0, 130) is a medium purple. (0, 0, 0) is black, (255, 255, 255) is white, and (40, 40, 40) is a dark gray. (130, 50, 130) is a faded purple, due to the (50, 50, 50) gray part. (in other word, equal amounts of red, green, blue yield gray).given values for red, green, and blue, remove the gray part. ex: if the input is 130 50 130, the output is: 80 0 80. thus, find the smallest value, and then subtract it from all three values, thus removing the gray.
Answers: 3
question
Computers and Technology, 25.06.2019 13:00
Which color produces a calming effect on the mind a. pink b. blue c. red d. white e. green
Answers: 1
You know the right answer?
Câu 1. Thiết kế hệ logic có hàm ra:
F(A, B,C, D) = m(1, 5, 8, 9, 11, 15); d = (0, 2, 4, 6, 7...
Questions