




Price:
₹76,990 - ₹55,990.00(as of Jan 15,2023 06:26:15 UTC – Details)
ASUS Vivo AiO V241, 23.8″ (60.45 cm) FHD, Intel Core i5 11th Gen, All-in-One Desktop (8GB/512GB SSD/Iris Xe Graphics/Windows 11/Office 2021/Wireless Keyboard & Mouse/Black/5.4 kg), V241EAK-BA023WS
Memory: 8GB SO-DIMM DDR4, Support Up to | Storage: 512GB M.2 NVMe PCIe 3.0 SSD
Graphics: Integrated Intel UHD Graphics
Display: 60.45 cm (23.8), Full HD (1920 x 1080) 16:9, 250nits LED-Backlit LCD, IPS-level Panel, Anti-glare display, sRGB: 100%, Screen-to-body ratio: 88%
Operating System: Pre-loaded Windows 11 Home with lifetime validity | Software Included: Pre-installed Office Home and Student 2021 with Lifetime Validity
Complete Details of ASUS Vivo AiO V241, 23.8″ (60.45 cm) FHD, Intel Core i5 11th Gen, All-in-One Desktop (8GB/512GB SSD/Iris Xe Graphics/Windows 11/Office 2021/Wireless Keyboard & Mouse/Black/5.4 kg), V241EAK-BA023WS
Brand |
ASUS |
Manufacturer |
Asus, TECH FRONT ( CHONGQING) Computer Co. Ltd, NO 18 , Zongbao Road, Shapingba Dist,Chongquing, China |
Series |
Vivo AiO V241 |
Colour |
Black |
Form Factor |
All-in-One |
Item Height |
48 Millimeters |
Item Width |
40.9 Centimeters |
Standing screen display size |
60.45 Centimetres |
Screen Resolution |
1920 x 1080 |
Resolution |
1920 x 1080 Pixels |
Product Dimensions |
54 x 40.9 x 4.8 cm; 4.8 Kilograms |
Item model number |
V241EAK-BA023WS |
Processor Brand |
Intel |
Processor Type |
Core i5 |
Processor Speed |
4.2 |
Processor Count |
4 |
RAM Size |
8 GB |
Memory Technology |
DDR4 |
Computer Memory Type |
SODIMM |
Maximum Memory Supported |
8 GB |
Memory Clock Speed |
3200 MHz |
Hard Drive Size |
512 GB |
Hard Disk Description |
SSD |
Hard Drive Interface |
PCIE x 2 |
Graphics Coprocessor |
Intel Iris Xe Graphics |
Graphics Chipset Brand |
Intel |
Graphics Card Description |
Integrated |
Graphics RAM Type |
Shared |
Graphics Card Interface |
Integrated |
Connectivity Type |
Bluetooth, Wi-Fi |
Wireless Type |
Bluetooth, 802.11ac |
Number of USB 2.0 Ports |
1 |
Number of USB 3.0 Ports |
4 |
Number of HDMI Ports |
1 |
Hardware Platform |
PC |
Operating System |
Windows 11 Home |
Included Components |
AIO Desktop, Power Adaptor, User Manuals, Warranty Documents, Wireless golden keyboard, Wireless optical mouse |
Manufacturer |
Asus |
Country of Origin |
China |
Item Weight |
4 kg 800 g |
ASIN |
B0B5F4ZLKB |
Customer Reviews |
4.0 out of 5 stars |
Best Sellers Rank |
#10,710 in Computers & Accessories (See Top 100 in Computers & Accessories) #32 in All in One PCs |
Date First Available |
28 June 2022 |
Packer |
TECH FRONT ( CHONGQING) Computer Co. Ltd, NO 18 , Zongbao Road, Shapingba Dist,Chongquing, China |
Importer |
ASUS INDIA PRIVATE LIMITED, 402, Supreme chambers, 17/18, Shah Industrial Estate, Veer Desai Road, Andheri (west), Mumbai 400053, India |
Item Dimensions LxWxH |
54 x 40.9 x 4.8 Centimeters |
Net Quantity |
1 Count |
Generic Name |
All in One Desktop |
Please
sign in to provide feedback.
n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘

‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?://)?(([a-z0-9-]|%[A-F0-9]{2})+.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(/[a-z0-9;:,~!+#@&=%/$.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+.?[0-9]*)$|^([0-9]*.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar
);
}
});
Table of ASUS Vivo AiO V241, 23.8″ (60.45 cm) FHD, Intel Core i5 11th Gen, All-in-One Desktop (8GB/512GB SSD/Iris Xe Graphics/Windows 11/Office 2021/Wireless Keyboard & Mouse/Black/5.4 kg), V241EAK-BA023WS
Name | ASUS Vivo AiO V241, 23.8″ (60.45 cm) FHD, Intel Core i5 11th Gen, All-in-One Desktop (8GB/512GB SSD/Iris Xe Graphics/Windows 11/Office 2021/Wireless Keyboard & Mouse/Black/5.4 kg), V241EAK-BA023WS |
ASIN Number | B0B5F4ZLKB |
Product Brand | |
Author | |
Buy From here | Buy Now |
Hashtags of ASUS Vivo AiO V241, 23.8″ (60.45 cm) FHD, Intel Core i5 11th Gen, All-in-One Desktop (8GB/512GB SSD/Iris Xe Graphics/Windows 11/Office 2021/Wireless Keyboard & Mouse/Black/5.4 kg), V241EAK-BA023WS
#ASUS #Vivo #AiO #V241 #FHD #Intel #Core #11th #Gen #AllinOne #Desktop #8GB512GB #SSDIrisXeGraphicsWindows #11Office #2021Wireless #Keyboard #MouseBlack5.4 #V241EAKBA023WS
Learn More
There are no reviews yet.