memrootじしょ
英和翻訳
sequential execution
Convex function
Modularity
agent-based modeling
Brain function
executing software
structured learning
substring search
User-generated content
clock in/out
sequential execution
[sɪˈkwɛnʃəl ˌɛksɪˈkjuːʃən]
シークエンシャル エクセキューション
1.
命令やタスクを一つずつ順番に実行すること。
プログラムや処理の命令が、与えられた順序で一つずつ実行されていくことを指します。前の命令が完了するまで次の命令は開始されません。これはプログラミングの基本的な実行モデルです。
In
sequential
execution,
tasks
are
completed
one
after
another.
(逐次実行では、タスクは一つずつ完了します。)
In sequential execution
逐次実行において
tasks
タスク、作業
are completed
完了される
one after another
一つずつ、順々に
Most
traditional
programs
operate
using
sequential
execution.
(ほとんどの従来のプログラムは逐次実行を用いて動作します。)
Most traditional programs
ほとんどの従来のプログラム
operate using
~を用いて動作する
sequential execution
逐次実行
Parallel
computing
is
an
alternative
to
sequential
execution.
(並列コンピューティングは逐次実行の代替手段です。)
Parallel computing
並列コンピューティング
is an alternative to
~の代替手段である
sequential execution
逐次実行
Understanding
sequential
execution
is
fundamental
in
programming.
(逐次実行を理解することはプログラミングにおいて基本です。)
Understanding
理解すること
sequential execution
逐次実行
is fundamental
基本的である
in programming
プログラミングにおいて
関連
parallel execution
concurrent execution
serial processing
single-threaded
synchronous