{"id":131717,"date":"2024-01-21T19:18:20","date_gmt":"2024-01-21T19:18:20","guid":{"rendered":"https:\/\/learnexams.com\/blog\/?p=131717"},"modified":"2024-01-21T19:18:22","modified_gmt":"2024-01-21T19:18:22","slug":"att-test-10-latest-2024-2025-update-questions-and-verified-answers-100-correct-grade-a","status":"publish","type":"post","link":"https:\/\/www.learnexams.com\/blog\/2024\/01\/21\/att-test-10-latest-2024-2025-update-questions-and-verified-answers-100-correct-grade-a\/","title":{"rendered":"ATT Test 10 (Latest 2024\/ 2025 Update) Questions and Verified Answers| 100% Correct| Grade A"},"content":{"rendered":"\n<p>ATT Test 10 (Latest 2024\/ 2025 Update) Questions and Verified Answers| 100% Correct| Grade A<\/p>\n\n\n\n<p>ATT Test 10 (Latest 2024\/ 2025 Update)<br>Questions and Verified Answers| 100%<br>Correct| Grade A<br>Q: What is the purpose of a 4 bit shift register?<br>Answer:<br>designed to transfer 4 bits of binary data from one circuit to another<br>Q: What type of transfer is used when mode control is HIGH in 4 bit shift register?<br>Answer:<br>Parallel<br>Q: What type of transfer is used when mode control is LOW in 4 bit shift register?<br>Answer:<br>Serial<br>Q: How is shift right set up in 4 bit shift register?<br>Answer:<br>Circulate<br>Q: How is shift left set up in 4 bit shift register?<br>Answer:<\/p>\n\n\n\n<p>Load<br>Q: Does shift right use serial or parallel transfer?<br>Answer:<br>Serial<br>Q: In what type of circuits is shift left used?<br>Answer:<br>Registers that perform math<br>Q: What is the purpose of 8 bit shift register?<br>Answer:<br>transfer 8 bits of binary data from one circuit to another<br>Q: Which type of data is shifted manually with no fixed time relationship?<br>Answer:<br>Asynchronous<br>Q: What type of data is shifted automatically with a fixed time relationship?<br>Answer:<br>Synchronous (controlled by clock pulse)<br>Powered by <a href=\"https:\/\/learnexams.com\/search\/study?query=\" target=\"_blank\" rel=\"noopener\">https:\/\/learnexams.com\/search\/study?query=<\/a><br>What is data? Info stored as binary inputs\/outputs (numbers, letters, commands)<br>What is a bit? describes the size of data, each individual number is a bit<br>What is a byte? used to describe large binary numbers, one byte=8 bits<br>What is serial data transfer? uses one wire for input and output, data is transferred one bit at a time<br>What is parallel data transfer? uses separate wire for each bit, allows all bits to transfer in one clock pulse<br>What is the benefit of parallel over serial data transfer? takes less time to transfer large data<br>What is the purpose of a register? stores AND transfers data from one circuit to another<br>What type of flip flops do registers use? JK or D flip flops<br>What are two types of registers? Storage and shift<br>What is the purpose of a storage register? Temporarily store data until its needed or transferred out<br>What is the purpose of a shift register? transfer data from one circuit to another, uses both serial and parallel transfer<br>What is the purpose of a 4 bit storage register? designed to temporarily store 4 bits of binary data<br>How many flip flops are used in 4 bit storage register? What kind of flip flops? 4 D flip flops<br>What is the purpose of a 4 bit shift register? designed to transfer 4 bits of binary data from one circuit to another<br>What type of transfer is used when mode control is HIGH in 4 bit shift register? Parallel<br>What type of transfer is used when mode control is LOW in 4 bit shift register? Serial<br>How is shift right set up in 4 bit shift register? Circulate<br>How is shift left set up in 4 bit shift register? Load<br>Does shift right use serial or parallel transfer? Serial<br>In what type of circuits is shift left used? Registers that perform math<br>What is the purpose of 8 bit shift register? transfer 8 bits of binary data from one circuit to another<br>Which type of data is shifted manually with no fixed time relationship? Asynchronous<br>What type of data is shifted automatically with a fixed time relationship? Synchronous (controlled by clock pulse)<br>Serial inputs in 8 bit register are synchronous or asynchronous? Synchronous, controlled by clock<br>Parallel inputs in 8 bit register are synchronous or asynchronous Asynchronous, controlled by HIGH pre enable<br>What is the purpose of a 64 bit memory circuit? capable of storing 64 bits of data until needed<br>What is a complete piece of digital information known as? word<br>What is an address? where words are stored, used to store new data and locate old data<br>What is the process of transferring data to memory? Writing<br>What is the process of transferring data out of memory? Reading<br>What is ROM? Read Only Memory, used when identical data is needed each time<br>What is a form of volatile memory? RAM<br>What is RAM? Random Access Memory, info\/instructions that go into and out of memory<br>What is a form of non volatile memory? ROM<br>What is non-volatile memory? Data retained when power is removed<br>What is volatile memory? Storage that is wiped clean when power is cut off from a device<br>What type of flip flop in which state do counters use? JK flip flops in toggle<br>When does the B flip flop change state in a counter? When A changes from 1 to 0<br>What is modulus? the number of counts a counter can produce<br>How is modulus calculated? 2^N where N = number of flip flops<br>Which type of counter doesnt require a clock pulse? Asynchronous<br>Where is input applied to in asynchronous counter? To the clock<br>When is input applied in a synchronous counter? When clock is high<br>Each flip flop does what to the output in counter? Each flip flop divides input in half<br>What 4 functions can an adder perform? Add, subtract, divide, multiply<br>How is subtraction performed by adder? One input is inverted and then added to second input (input is turned negative)<br>How is division performed on adder? series of subtractions, counter counts how many times it must subtract two numbers to reach 0 (one input is inverted)<br>How is multiplication performer on adder? Series of additions<br>Mod <em>_<\/em> is required for decimal numbers? Mod 10<br>What is the purpose of a ripple counter? count pulses in binary<br>How many flip flops are used in ripple counter? What kind are they 4 JK flip flops with clear<br>What does CLEAR input do in ripple counter? Clear HIGH= counter operates normallyClear LOW= counter is reset to 0000, overrides input to clock<br>Which input allows counter to operate in different Mods (ripple counter)? Clear<br>What is free run op in counters? Counter counts up to max or down from max and then starts count over<br>What is single step op in counters? Counter counts up to max or down from max and stops and input pulses are disabled<br>In up\/down counters what does enablenot do? Enablenot LOW allows counter to function, HIGH disables counter<br>In up counters what does loadnot do? allows counter to start counting at various mods\/different numbers, load LOW starts count over<br>What type of gate does a down counter use? NOR<br>What does loadnot do in down counters? determines what number is loaded into counter, sets to number on inputs A-D<br>Should the Upnot\/Down switch be at ground or 5V in down counter? 5V<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>ATT Test 10 (Latest 2024\/ 2025 Update) Questions and Verified Answers| 100% Correct| Grade A ATT Test 10 (Latest 2024\/ 2025 Update)Questions and Verified Answers| 100%Correct| Grade AQ: What is the purpose of a 4 bit shift register?Answer:designed to transfer 4 bits of binary data from one circuit to anotherQ: What type of transfer is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[25],"tags":[],"class_list":["post-131717","post","type-post","status-publish","format-standard","hentry","category-exams-certification"],"_links":{"self":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/131717","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/comments?post=131717"}],"version-history":[{"count":0,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/131717\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/media?parent=131717"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/categories?post=131717"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/tags?post=131717"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}