From 3bc71a3890ea3d247d305e4b0b6a690181dad50d Mon Sep 17 00:00:00 2001 From: Alessandro Date: Tue, 21 Jan 2025 11:04:48 +0100 Subject: [PATCH] Correzzione risposta da parte del prof e aggiunta nuova domanda dall'ultimo webinar --- data/questions/so1.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/data/questions/so1.json b/data/questions/so1.json index ec7f18f..0cb3276 100644 --- a/data/questions/so1.json +++ b/data/questions/so1.json @@ -410,7 +410,7 @@ "image": "" } ], - "correct": 2, + "correct": 0, "image": "" }, { @@ -3471,5 +3471,28 @@ ], "correct": 0, "image": "" + }, +{ + "quest": "158) Il meccanismo _____, consente di trasferire i dati da e verso la memoria senza l'intervento della CPU.", + "answers": [ + { + "text": "Driver Monitor Access", + "image": "" + }, + { + "text": "Direct Memory Access", + "image": "" + }, + { + "text": "Driver Memory Access", + "image": "" + }, + { + "text": "Direct Monitor Access", + "image": "" + } + ], + "correct": 1, + "image": "" } ] \ No newline at end of file