Empty question fix

This commit is contained in:
mrfry 2021-01-14 17:10:30 +01:00
parent 09a04c4ae7
commit b5d5f20b79
6 changed files with 284 additions and 31 deletions

View file

@ -0,0 +1,48 @@
{
"subj": "2020/21/1 - Digitális rendszerek - NIXDR0HBNE/DR0_EA",
"version": "2.0.1.13",
"id": "0347000752702",
"quiz": [
{
"Q": "\n",
"A": "A helyes válasz: Bináris lefele számláló.",
"data": {
"type": "image",
"images": [
"wHFd9y6nWIHCAAAAABJRU5ErkJggg="
]
}
},
{
"Q": "\n",
"A": "D.\n\njobbra létető regiszter\n",
"data": {
"type": "image",
"images": [
"AcLnpIDsSgLsAAAAAElFTkSuQmCC"
]
}
},
{
"Q": "A regiszter feladata\n",
"A": "A.\n\nvezérlési feladatok\n",
"data": {
"type": "simple"
}
},
{
"Q": "A regiszter feladata\n",
"A": "D.\n\nÁtmeneti tárolás\n",
"data": {
"type": "simple"
}
},
{
"Q": "signal d : STD_LOGIC_VECTOR(3 downto 0);\n\nsignal q : STD_LOGIC_VECTOR(3 downto 0);\n\nsignal clk: STD_LOGIC;\n\n…\n\nprocess\n\nBegin\n\n  if (clear = 1) then\n\n  q <= ”0000”;\n\n  elsif (clk`event and clk = 1) then\n   q <= d;\nend if;\n\nend process;\n\n\n",
"A": "B.\n\ntároló regiszter\n",
"data": {
"type": "simple"
}
}
]
}