use Illuminate\Support\Facades\Route; use App\Http\Controllers\Admin\DisciplineController; use App\Http\Controllers\Admin\TestController; use App\Http\Controllers\Admin\QuestionAdminController; use App\Http\Controllers\Admin\AnswerAdminController; Route::middleware(['auth'])->prefix('admin')->name('admin.')->group(function () { Route::get('/', fn () => redirect()->route('admin.questions.index')); Route::resource('disciplines', DisciplineController::class); Route::resource('tests', TestController::class); Route::resource('questions', QuestionAdminController::class); Route::resource('answers', AnswerAdminController::class); }); Все вопросы — znaet.guru
📚 Все вопросы
Вопросы по дисциплине: Теория информационных процессов систем Сбросить фильтр
Вопрос Действия
321 Which of the following represents the two fundamental building blocks that protect organizational information? Открыть
322 Trust between companies, customers, partners, and suppliers is the support structure of which of the following? Открыть
323 Which of the following is not a primary trait of the value of data? Открыть
324 What encompasses all organizational data and its primary purpose is to support the performing of managerial analysis tasks? Открыть
325 Which of the following is not one of the five characteristics common to high-quality data? Открыть
326 Which of the following refers to immediate, up-to-date data? Открыть
327 What is the confirmation or validation of an event or object? Открыть
328 What are the types of malware? Открыть
329 What is an organized collection of data? Открыть
330 What is a technique for establishing a match, or balance, between the source data and the target data warehouse? Открыть